R/AllGenerics.R
loadDeconvData.Rd
Load data to be deconvoluted. Data can be provided from a file path of a
tabulated text file (tsv and tsv.gz formats are accepted) or a
SummarizedExperiment
object.
loadDeconvData(object, data, name.data = NULL)
# S4 method for class 'DigitalDLSorter,character'
loadDeconvData(object, data, name.data = NULL)
# S4 method for class 'DigitalDLSorter,SummarizedExperiment'
loadDeconvData(object, data, name.data = NULL)
DigitalDLSorter
object with
trained.model
slot.
File path where the data is stored or a
SummarizedExperiment
object.
Name under which the data is stored in the
DigitalDLSorter
object. When data
is a file
path and name.data
is not provided, the base name of file will be
used.
A DigitalDLSorter
object with deconv.data
slot with the new bulk-RNA-Seq samples loaded.