readDccFile | R Documentation |
Read a NanoString GeoMx Digital Count Conversion (DCC) file.
readDccFile(file)
file |
A character string containing the path to the DCC file. |
A list object with two elements:
"Header" |
a |
"Code_Summary" |
a |
Zhi Yang & Nicole Ortogero
readNanoStringGeoMxSet
datadir <- system.file("extdata", "DSP_NGS_Example_Data",
package="GeomxTools")
dccFiles <- dir(datadir, pattern=".dcc$", full.names=TRUE)
dccData <- sapply(dccFiles[1:10], readDccFile, simplify = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.