remove_library_from_database: Remove entire Library from Database

Description Usage Arguments Value Examples

View source: R/remove_custom_vcf_from_uniquorn.R

Description

This function removes a entire library from the database by removing all associated cancer cell line fingerprints from the database.

Usage

1
remove_library_from_database(library, ref_gen = "GRCH37", test_mode = FALSE)

Arguments

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 "GRCH37".

test_mode

is this a test? Just for internal use.

Value

Message that indicates whether the removal was succesful.

Examples

1
2
3
remove_library_from_database(library = "CELLMINER",
                                ref_gen = "GRCH37",
                                test_mode = TRUE)

Uniquorn documentation built on Nov. 8, 2020, 8:07 p.m.