Description Usage Arguments Value Examples
This function computes the p-values for genes in the COTAN object. It can be used genome-wide or setting some specific genes of interest. By default it computes the p-values using the S statistics (χ^{2})
| 1 2 3 4 | 
| object | a COTAN object | 
| gene.set.col | an array of genes. It will be put in columns. If left empty the function will do it genome-wide. | 
| gene.set.row | an array of genes. It will be put in rows. If left empty the function will do it genome-wide. | 
| type_stat | By default it computes the S (χ^{2}) | 
a p-value matrix
| 1 2 | data("ERCC.cotan")
ERCC.cotan = get.pval(ERCC.cotan,type_stat="S")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.