Description Usage Arguments Value Examples
View source: R/Show_database_information.R
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.
1 | 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).
1 2 | ## 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.