get_qc: Get Quality Control Matrix

get_qcR Documentation

Get Quality Control Matrix

Description

Get Quality Control Matrix

Usage

get_qc(x)

## S4 method for signature 'SconeExperiment'
get_qc(x)

Arguments

x

an object of class SconeExperiment.

Value

NULL or the quality control (QC) metric matrix.

Examples

set.seed(42)
mat <- matrix(rpois(500, lambda = 5), ncol=10)
colnames(mat) <- paste("X", 1:ncol(mat), sep="")
obj <- SconeExperiment(mat,
         qc = cbind(colSums(mat),colSums(mat > 0)))
qc = get_qc(obj)


YosefLab/scone documentation built on March 12, 2024, 10:48 p.m.