Learn R Programming

NanoStringQCPro (version 1.4.0)

lodAssess,RccSet-method: lodAssess

Description

Assess how many genes in each sample in an RccSet object are below the limit of detection. (The current implementation does a straightforward column sum on the presence/absence matrix (paData) in assayData.)

Usage

"lodAssess"(rccSet)

Arguments

rccSet
An RccSet object

Value

A numeric vector giving the number of missing genes (endogenous and housekeeping genes) for each sample in an RccSet. If paData is not found in the input's assayData, NULL is returned.