pheno | R Documentation |
A data.frame
with 2 columns containing the phenotypic class indicator
for the 95 patients analyzed and used in the examples.
Can be used as input to convertToDr
.
data(exampleData)
This object is a data.frame
with two columns:
"Sample"
: the first column contains the patients identifiers;
"Class"
: the second columns contain a numeric indicator
(0 or 1) corresponding to the phenotypic class of each patient;
The Cancer Genome Atlas (TCGA) project http://cancergenome.nih.gov/
The Cancer Genome Atlas (TCGA) Research Network. “Comprehensive genomic characterization defines human glioblastoma genes and core pathways”. Nature, 2008, October 23; 455(7216): 1061-1068
data(exampleData) class(pheno) colnames(pheno) str(pheno)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.