Description Usage Arguments Value Author(s) Examples
Takes a Dataset object and:
1 | cleanUpPheno(myDataset)
|
myDataset |
a |
myDataset a datasetObject
that contains processed $pheno
and original unprocessed $rawPheno
Erika Bongen
1 2 3 4 5 6 7 8 9 10 | ## Not run:
# Download and automatically preprocess pheno
gse53195 = getGEOData("GSE53195")
gse53195 = gse53195$originalData$GSE53195
View(gse53195$pheno) # Original $pheno
gse53195 = cleanUpPheno(gse53195)
View(gse53195$rawPheno) # Original $pheno
View(gse53195$pheno) # Preprocessed $Pheno
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.