readPKCFile | R Documentation |
Read a NanoString Probe Kit Configuration (PKC) file.
readPKCFile(file, default_pkc_vers=NULL)
file |
A character string containing the path to the PKC file. |
default_pkc_vers |
Optional list of pkc file names to use as default if more than one pkc version of each module is provided. |
An instance of the DataFrame
class containing columns:
"RTS_ID" |
unique probe ID |
"TargetName" |
target or gene name |
"Module" |
PKC name |
"Negative" |
negative probe |
... |
additional columns |
Zhi Yang & Nicole Ortogero
readNanoStringGeoMxSet
datadir <- system.file("extdata", "DSP_NGS_Example_Data",
package="GeomxTools")
pkc <- unzip(zipfile = file.path(datadir, "/pkcs.zip"))
PKCData <- readPKCFile(pkc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.