Description Usage Arguments Examples
PhenoComp is an algorithm to identify population-level differential genes in one-phenotype data. This algorithm is based on RankComp, an algorithm used to identify individual-level differentially expressed genes in each sample.
1 | PhenoComp(expdata,label,gene,freq,method,freq1,outfile1,outfile2)
|
expdata |
a (non-empty) numeric gene expression matrix with both disease and control samples. |
label |
a (non-empty) numeric vector of data values where ’0’ represents control sample label and ’1’ reptesents disease sample(default).The length of label must be the same as the number of columns in the expdata. |
gene |
a (non-empty) numeric vector of Entrez gene IDs. The length of gene must be the same as the number of rows in the expdata |
freq |
the criteria for identifying stable gene pairs in control samples. The default setting of freq is 0.99. |
method |
Method determines how to estimate the p_up and p_down. Method=1: the p_up and p_down were estimated as the median values of the frequencies of up-regulated and down-regulated genes for individual disease samples.Method=2: the p_up and p_down were estimated as the mean values of the frequencies of up-regulated and down-regulated genes for individual disease samples. |
freq1 |
the threshold of FDR for identifying population-level differentially expressed genes. |
outfile1 |
The file name used to save the identified population-level up-regulation genes. |
outfile2 |
The file name used to save the identified population-level down-regulation genes. |
1 | PhenoComp(expdata,label,gene,0.99,1,0.05,"gene_up.txt","gene_down.txt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.