Description Usage Arguments Value
Extract QC parameters from the SingleCellExperiment object
1 2 3 4 5 6 7 8 9 | getSceParams(
inSCE,
skip = c("scrublet", "runDecontX", "runBarcodeRanksMetaOutput"),
ignore = c("algorithms", "estimates", "contamination", "z", "sample", "rank",
"BPPARAM", "batch", "geneSetCollection", "barcodeArgs"),
directory = "./",
samplename = "",
writeYAML = TRUE
)
|
inSCE |
A SingleCellExperiment object. |
skip |
Skip extracting the parameters of the provided QC functions. |
ignore |
Skip extracting the content within QC functions. |
directory |
The output directory of the SCTK_runQC.R pipeline. |
samplename |
The sample name of the SingleCellExperiment objects. |
writeYAML |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.