Extract QC parameters from the SingleCellExperiment object
getSceParams(
inSCE,
skip = c("runScrublet", "runDecontX", "runBarcodeRanksMetaOutput", "genesets",
"runSoupX"),
ignore = c("algorithms", "estimates", "contamination", "z", "sample", "rank",
"BPPARAM", "batch", "geneSetCollection", "barcodeArgs"),
directory = "./",
samplename = "",
writeYAML = TRUE
)
A SingleCellExperiment object.
Skip extracting the parameters of the provided QC functions.
Skip extracting the content within QC functions.
The output directory of the SCTK_runQC.R pipeline.
The sample name of the SingleCellExperiment objects.
Whether output yaml file to store parameters. Default if TRUE. If FALSE, return character object.
If writeYAML
TRUE, a yaml object will be generated. If FALSE, character object.