Description Usage Arguments Value Author(s) References
This function implements the "Gene Expression and Dosage Integrator" CGH / transcriptome correlation, as described by Lenz et al.
1 2 |
cgh |
Logical matrix, with regions in rows and samples in columns. Alterated samples for a given region are to be |
cgh.chrom |
Character vector, the chromosome location of the regions described in |
cgh.start |
Integer vector, the starting position on the chromosome for the regions described in |
cgh.end |
Integer vector, the ending position on the chromosome for the regions described in |
cgh.genes |
Character vector, the names of the genes in each region described in |
expr |
Numeric matrix of gene expressions, with probesets in rows and samples in columns. |
expr.genes |
Character vector, the names of the genes associated with each probeset described in |
permutations |
Single integer value, the amount of permutations to use for score computation. Time consumption and score accuracy increases with this value. |
type |
Single character value, describing the type of alterations studied (as the alternative hypothesis for the t-test depends on it). |
quiet |
Single logical value, when |
Returns a list
with the following elements :
gediScore |
Numeric vector with for each |
gediGenes |
Character vector with for each |
Sylvain Mareschal
Lenz G et al. "Molecular subtypes of diffuse large B-cell lymphoma arise by distinct genetic pathways". Proc Natl Acad Sci U S A. 2008 Sep 9;105(36):13520-5 (Supporting Information)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.