getSceParams: Extract QC parameters from the SingleCellExperiment object

Description Usage Arguments Value

View source: R/sctkQCUtils.R

Description

Extract QC parameters from the SingleCellExperiment object

Usage

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
)

Arguments

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.

Value

If writeYAML TRUE, a yaml object will be generated. If FALSE, character object.


singleCellTK documentation built on Nov. 8, 2020, 5:21 p.m.