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"spaceranger": a raw feature-barcode matrix from 10x Genomicsspaceranger"table": a delimited text file (table)"sce": aSingleCellExperimentobject (Rds file)"sce_drake_cache": aSingleCellExperimentobject loaded from adrakecache
path: a path to input file (or directory in case oftype = "cellranger")delimiter: a field delimiter whentype = "table"target_name: a name ofSingleCellExperimenttarget whentype = "sce_drake_cache"
- input_data_subset
NULLor 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