Description Usage Arguments Value Examples
View source: R/remove_custom_vcf_from_uniquorn.R
This function removes a entire library from the database by removing all associated cancer cell line fingerprints from the database.
1 | remove_library_from_database(library, ref_gen = "GRCH37", test_mode = FALSE)
|
library |
a character vector giving the names of the library to be removed. |
ref_gen |
a character vector specifying the reference genome version.
All training sets are associated with a reference genome version.
Default is |
test_mode |
is this a test? Just for internal use. |
Message that indicates whether the removal was succesful.
1 2 3 | remove_library_from_database(library = "CELLMINER",
ref_gen = "GRCH37",
test_mode = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.