View source: R/Show_database_information.R
show_contained_ccls | R Documentation |
This function displays the names, amount of mutations and the overall weight of the mutations of all contained cancer cell line fingerprints for a chosen reference genome and optional library.
show_contained_ccls(ref_gen, verbose)
ref_gen |
a character vector specifying the reference genome version.
All training sets are associated with a reference genome version.
Default is |
verbose |
Should DB informations be printed? |
R table which contains identifiers of all cancer cell line samples which match the specified parameters (reference genome and library).
## Show all contained cancer cell lines for reference GRCH37: show_contained_ccls(ref_gen = "GRCH37", verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.