Differential Co-Expression and Differential Expression Analysis
Differential Co-Expression and Differential Expression Analysis
Given a set of gene expression data and functional gene set data, the program will return a table summary for the selected gene sets with high differential co-expression and high differential expression (HDC-HDE). User need to specify the input paths for the gene expression data and functional gene set data.
runDecode(geneSetInputFile, geneExpressionFile)
Arguments
geneSetInputFile: Path for functional gene set data
geneExpressionFile: Path for gene expression data
Input: (1) gene expression data
(2) functional gene set data
Output: Table summary for the selected HDC-HDE gene sets, 'out_summary.txt'
Data format for gene expression data (Columns are tab-separated):
Column 1: Official gene symbol
Column 2: Probe ID
Starting from column 3: Expression for different samples
Row 1 (starting from column 3): Sample class ("1" indicates control group; "2" indicates case group)
Row 2: Sample id
Starting from row 3: Expression for different genes