setGeoMxQCFlags {GeomxTools} | R Documentation |
Add GeoMx segment QC flags to NanoStringGeoMxSet object protocol data
setGeoMxQCFlags(object, qcCutoffs = DEFAULTS)
object |
name of the NanoStringGeoMxSet object to perform QC on |
qcCutoffs |
a list of qc cutoffs to use
|
NanoStringGeoMxSet
object with QCFlags
data frame
appended to protocolData
datadir <- system.file("extdata", "DSP_NGS_Example_Data", package="GeomxTools") demoData <- readRDS(file.path(datadir, "/demoData.rds")) setGeoMxQCFlags(demoData, qcCutoffs=list(minNuclei=16000, minArea=20))