View source: R/data_wrapping_tcga.R
tcga_dataset_to_maf_dataset_wrapper | R Documentation |
Takes a TCGA cohort abbreviation
tcga_dataset_to_maf_dataset_wrapper(
maf_data_pool,
tcga_study_abbreviation,
source = "Firehose"
)
maf_data_pool |
the data pool to add the dataset wrapper to (maf_data_pool) |
tcga_study_abbreviation |
a TCGA cohort abbreviation (see maftools::tcgaAvailable()) (string) |
source |
'MC3' or 'Firehose'. Source of TCGA data to use. See ?maftools::tcgaLoad for details (string) |
functions and values associated with specified TCGA cohort (maf_dataset_wrapper)
Other DataToWrapper:
tcga_dataset_to_data_pool()
,
tcga_datasets_to_data_pool()
,
user_data_filepath_to_class_maf_dataset_wrapper()
,
user_to_dataset_to_data_pool()
ACC_maf_dataset_wrapper <- CRUX:::tcga_dataset_to_maf_dataset_wrapper(
CRUX:::new_maf_data_pool(),
"ACC"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.