Description Usage Arguments Details Value Author(s)
View source: R/cleanMetadata.R
S3 method dispatch giving the custom functions for formatting datasets.
The function downloadAndPrepareMetadata
adds a class "GSEXXXX"
of the GEO number in question.
The generic looks for functions of the name cleanMetadata.GSEXXXX
and
specific for that dataset and cleans metadata using that function.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ## S3 method for class 'GSE10846'
cleanMetadata(meta_data)
## S3 method for class 'GSE11318'
cleanMetadata(meta_data)
## S3 method for class 'GSE31312'
cleanMetadata(meta_data)
## S3 method for class 'GSE34171'
cleanMetadata(meta_data)
## S3 method for class 'GSE56315'
cleanMetadata(meta_data)
cleanMetadata(meta_data)
## S3 method for class 'data.frame'
cleanMetadata(meta_data)
|
meta_data |
Output from |
GSE10846:
The cleanup of GSE10846 (LLMPP) adds two batches corresponding to each
the CHOP and the R-CHOP cohort.
GSE11318:
The cleanup of GSE11318 (NCI) adds the batch corresponding to
platform GPL570 (HG-U133 plus 2) and excludes the GPL6400 samples.
GSE31312:
This function makes the samples GSM776068, GSM776149, and GSM776462 to be
left out of the downstream preprocessing due to bad array quality.
GSE34171:
The cleanup of GSE34171 (MDFCI) adds three batches corresponding to each
platform (HG-U133 plus 2, HG-U133A, HG-U133B).
GSE56315:
The cleanup of GSE56315 (CHEPRETRO) adds two batches corresponding to each
clinical samples and normal sorted tissues both on platform
HG-U133 plus 2.
Returns a specifically cleaned data.frame
for the GEO dataset.
Anders Ellern Bilgrau, Steffen Falgreen Larsen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.