loadDeconvData | R Documentation |
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 signature 'DigitalDLSorter,character'
loadDeconvData(object, data, name.data = NULL)
## S4 method for signature 'DigitalDLSorter,SummarizedExperiment'
loadDeconvData(object, data, name.data = NULL)
object |
|
data |
File path where the data is stored or a
|
name.data |
Name under which the data is stored in the
|
A DigitalDLSorter
object with deconv.data
slot with the new bulk-RNA-Seq samples loaded.
trainDDLSModel
deconvDDLSObj
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.