View source: R/NanoStringGeoMxSet-accessors.R
countsShiftedByOne | R Documentation |
assDataElement
was shifted by oneAccessor to check if "exprs" assDataElement
was shifted by one
countsShiftedByOne(object)
object |
name of the NanoStringGeoMxSet object |
boolean indicating if counts in default matrix were shifted by one
datadir <- system.file("extdata", "DSP_NGS_Example_Data",
package="GeomxTools")
demoData <- readRDS(file.path(datadir, "/demoData.rds"))
countsShiftedByOne(demoData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.