getBaseType | R Documentation |
Retrieve data items by baseType
getBaseType(dgeObj, baseType)
dgeObj |
A class DGEobj created by function initDGEobj() |
baseType |
One or more of: ["row", "col", "assay", "meta"] |
A list of data items
# example DGEobj exObj <- readRDS(system.file("miniObj.RDS", package = "DGEobj")) Assays <- getBaseType(exObj, baseType = "assay") AssaysAndMeta <- getBaseType(exObj, c("assay", "meta"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.