Description Usage Arguments Value Examples
View source: R/remove_custom_vcf_from_uniquorn.R
This function removes a cancer cell line training fingerprint (VCF file)
from the database. The names of all training sets can
be seen by using the function show_contained_cls
.
1 2 | remove_ccls_from_database(ccl_names, ref_gen = "GRCH37",
library_name, test_mode = FALSE)
|
ccl_names |
A character vector giving the names of the cancer cell line identifiers to be removed. Can be one or many |
ref_gen |
A character vector specifying the reference genome version.
All training sets are associated with a reference genome version.
Default is |
library_name |
Name of the library from which ccls are to be removed |
test_mode |
Signifies if this is a test run |
Message that indicates whether the removal was succesful.
1 2 3 4 5 6 | remove_ccls_from_database(
ccl_names = "HT29",
ref_gen = "GRCH37",
library_name = "CELLMINER",
test_mode = TRUE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.