Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Order of argument assays and resulting ExperimentList #25

Open
lgeistlinger opened this issue Jan 24, 2019 · 0 comments
Open

Order of argument assays and resulting ExperimentList #25

lgeistlinger opened this issue Jan 24, 2019 · 0 comments
Assignees

Comments

@lgeistlinger
Copy link

> gbm <- curatedTCGAData("GBM", c("GISTIC_Peaks", "CNVSNP", "RNASeq2GeneNorm"), FALSE)
> gbm
A MultiAssayExperiment object of 3 listed
 experiments with user-defined names and respective classes. 
 Containing an ExperimentList class object of length 3: 
 [1] GBM_CNVSNP-20160128: RaggedExperiment with 146852 rows and 1104 columns 
 [2] GBM_GISTIC_Peaks-20160128: RangedSummarizedExperiment with 68 rows and 577 columns 
 [3] GBM_RNASeq2GeneNorm-20160128: SummarizedExperiment with 20501 rows and 166 columns 
Features: 
 experiments() - obtain the ExperimentList instance 
 colData() - the primary/phenotype DataFrame 
 sampleMap() - the sample availability DataFrame 
 `$`, `[`, `[[` - extract colData columns, subset, or experiment 
 *Format() - convert into a long or wide DataFrame 
 assays() - convert ExperimentList to a SimpleList of matrices

How difficult would it actually be for the resulting MAE to have its ExperimentList in the order of the input assays argument of curatedTCGAData? I think this would be more intuitive.

@LiNk-NY LiNk-NY self-assigned this Jan 25, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants