remove_library_from_database {Uniquorn}R 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)

[Package Uniquorn version 2.4.0 Index]