For more details see the INPUT_DATA
parameter in vignette("stage_input_qc")
.
Arguments
- input_data
A named list of named lists containing character scalars:
type
:"cellranger"
: a raw feature-barcode matrix from 10x Genomicscellranger
"table"
: a delimited text file (table)"sce"
: aSingleCellExperiment
object (Rds file)"sce_drake_cache"
: aSingleCellExperiment
object loaded from adrake
cache
path
: a path to input file (or directory in case oftype = "cellranger"
)delimiter
: a field delimiter whentype = "table"
target_name
: a name ofSingleCellExperiment
target whentype = "sce_drake_cache"
- input_data_subset
NULL
or a named list by which subsetting of the imported data will be performed. The list must contain the following items:subset_by
(character scalar): name of column incolData()
to use for subsettingvalues
(vector): values to subset tonegate
(logical scalar): ifTRUE
, negate the selection