View source: R/data_wrapping_user_imports.R
user_data_filepath_to_class_maf_dataset_wrapper | R Documentation |
Title
user_data_filepath_to_class_maf_dataset_wrapper(
filepath,
clinicalData = NA,
maf_data_pool,
display_name,
short_name,
description = "User specified file",
data_source = "USER",
loaded_data = NA
)
filepath |
tab delimited MAF file. File can also be gz compressed. Required. Alternatively, you can also provide already read MAF file as a dataframe. |
clinicalData |
Clinical data associated with each sample/Tumor_Sample_Barcode in MAF. Could be a text file or a data.frame. Default NULL. |
maf_data_pool |
A maf_data_pool object. Used to check supplied 'unique_name' is actually going to be unique. If not, characaters are appended to make it truly unique in the context of the supplied dataframe. (maf_data_pool) |
display_name |
Name that the end-user will see (string) |
short_name |
Abbreviated dataset name (string) |
description |
description (string) |
data_source |
data source (string) |
loaded_data |
the loaded R object (MAF or NA) |
maf_dataset_wrapper
Other DataToWrapper:
tcga_dataset_to_data_pool()
,
tcga_dataset_to_maf_dataset_wrapper()
,
tcga_datasets_to_data_pool()
,
user_to_dataset_to_data_pool()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.