| sepScores | R Documentation |
A list containing distinct named numeric vectors
corresponding to the gene-to-phenotype association scores
resulting from the sepatate analysis of each data set.
These separate gene-to-phenotype scores are compurted
by computeDrStat function.
Can be used as input to runBatchGSE.
data(sepScores)
This object is a list of length four, one element for data set:
"dat.affy": a numeric vector of length 500,
corresponding to the sepatate phenotype association scores
computed for Affymetrix gene expression data;
"dat.agilent": a numeric vector of length 500,
corresponding to the separate phenotype association scores
computed for Agilent gene expression data;
"dat.cnvHarvard": a numeric vector of length 500,
corresponding to the separate phenotype association scores
computed for Harvard CNV data;
"dat.cnvMskcc": a numeric vector of length 500,
corresponding to the separate phenotype association scores
computed for the MSKCC CNV data;
Computed using the computeDrStat function
from the TCGA data contained in data.
data(sepScores)
class(sepScores)
names(sepScores)
str(sepScores)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.