Convert a PharmacoSet to a data.table that is prepare for input into gDR pipeline
Source:R/pset_to_gdrDF.R
convert_pset_to_df.RdConvert a PharmacoSet to a data.table that is prepare for input into gDR pipeline
Examples
pset <- suppressMessages(getPSet(
"Tavor_2020",
psetDir = system.file("extdata/pset", package = "gDRimport"),
use_local_PSets_list = TRUE
))
dt <- convert_pset_to_df(pset)
gDRutils::reset_env_identifiers()