Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
admire/docs/output.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
22 lines (12 sloc)
2.28 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ADMIRE creates a number of output directories and files that are described below: | |
#### Files in the excel subdirectory | |
This subdirectory contains csv files for each combination of sample group comparison (e.g. case-vs-control) and genomic region (e.g. promoters), with information about the genomic feature, its genomic location as well as p- and q-values of the sample groups. In addition to a file with all regions passing the q-value threshold, a file containing all regions is also present. | |
#### Files in the visualization subdirectory | |
This subdirectory contains files for visualization with IGV. General files, like the genomic location of all Illumina probes, as well as the genomics regions used during analysis, are located in the `annotation-tracks` subfolder. Data specific files are located in the `data-tracks` folder. Here, you can find information per sample-group comparison (e.g. case-vs-control), information on significantly altered probe methylation (`control-case.igv`), as well as significantly altered genomic regions in [BED format](http://genome.ucsc.edu/FAQ/FAQformat.html#format1). | |
Additionally, publication-ready images are stored in region-specific subdirectories. | |
#### Files in the normalized subdirectory | |
When using on the command line, the `normalized` subdirectory contains two matrices per normalization method, one with (normalized) beta values, the other with (normalized) m values. Each row corresponds to a single Illumina probe, each column represents a sample. | |
#### Files in the results subdirectory | |
When using on the command line, the `results` subdirectory contains intermediate result files, like the output from statistical testing (`control-case.pvals.bed`) or results from combining p-values (`comb-p` subdirectory). | |
#### Files in the geneset-enrichment subdirectory | |
The `geneset_enrichment` subdirectory contains two tables for each sample group vs. genomic region combination. The first table (`control-case-region-genesets_ranked.txt`) gives per gene set information on the size, ES, NES and Q-value. The second table (`control-case-region-geneset_genes.txt`) contains information like the position in the ranked list and the running ES at that position for each gene vs. gene set combination. Additionally, a PDF file is created for each gene set, showing its enrichment plot. |