View source: R/class_maf_data_pool.R
maf_data_pool_get_unique_names | R Documentation |
Extract 'unique_name' from each maf_dataset_wrapper within a maf_data_pool. NOTE: 'unique_name' is a property of maf_dataset_wrapper, however since these wrappers are created independently from each other (no check for uniqueness at the time of creation) they may not actually be unique. Please check this using maf_data_pool_validate_unique_names
maf_data_pool_get_unique_names(maf_data_pool)
maf_data_pool |
A data pool to mine unique_names from (maf_data_pool) |
a vector listing the 'unique_name' of each maf_dataset_wrapper in the data pool (character)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.