plotMASTThresholdGenes: MAST Identify adaptive thresholds

Description Usage Arguments Value Examples

View source: R/plotDEAnalysis.R

Description

Calculate and produce a list of thresholded counts (on natural scale), thresholds, bins, densities estimated on each bin, and the original data from thresholdSCRNACountMatrix

Usage

1
2
3
4
5
6
plotMASTThresholdGenes(
  inSCE,
  useAssay = "logcounts",
  isLogged = TRUE,
  check_sanity = TRUE
)

Arguments

inSCE

SingleCellExperiment object

useAssay

character, default "logcounts"

isLogged

Logical scalar. Whether the assay used for the analysis is logged. If not, will do a log(assay + 1) transformation. Default TRUE.

check_sanity

Logical scalar. Whether to perform MAST's sanity check to see if the counts are logged. Default TRUE

Value

Plot the thresholding onto the plotting region.

Examples

1
2

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