Learn R Programming

Uniquorn (version 1.0.8)

remove_custom_vcf_from_database: 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.

Description

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.

Usage

remove_custom_vcf_from_database( name_cl, ref_gen = "GRCH37", test_mode = FALSE)

Arguments

name_cl
name of the cancer cell line training fingerprintt
ref_gen
Reference genome version. All training sets are associated with a reference genome version. Default: GRCH37
test_mode
Is this a test? Just for internal use

Value

Message that indicates if the removal was succesful

Examples

Run this code
remove_custom_vcf_from_database( 
name_cl = "HT29_CELLMINER", 
ref_gen = "GRCH37",
test_mode = TRUE )

Run the code above in your browser using DataLab