loadDeconvData {digitalDLSorteR} | R Documentation |
Load data to be deconvoluted into a DigitalDLSorter object
Description
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.
Usage
loadDeconvData(object, data, name.data = NULL)
## S4 method for signature 'DigitalDLSorter,character'
loadDeconvData(object, data, name.data = NULL)
## S4 method for signature 'DigitalDLSorter,SummarizedExperiment'
loadDeconvData(object, data, name.data = NULL)
Arguments
object |
|
data |
File path where the data is stored or a
|
name.data |
Name under which the data is stored in the
|
Value
A DigitalDLSorter
object with deconv.data
slot with the new bulk-RNA-Seq samples loaded.
See Also
[Package digitalDLSorteR version 1.0.1 Index]