remove_library_from_database: Remove entire Library from Database

View source: R/remove_custom_vcf_from_uniquorn.R

remove_library_from_databaseR Documentation

Remove entire Library from Database

Description

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

Usage

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

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

RaikOtto/Uniquorn documentation built on Oct. 18, 2022, 1:21 a.m.