View source: R/NanoStringGeoMxSet-qc.R
setBackgroundQCFlags | R Documentation |
Add background QC flags to NanoStringGeoMxSet object protocol data
setBackgroundQCFlags(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"))
setBackgroundQCFlags(demoData[,1:10],
qcCutoffs=list(minNegativeCount=10,
maxNTCCount=60))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.