baseType {DGEobj} | R Documentation |
Get the baseType of an internal data item
Description
Get the baseType of an internal data item
Usage
baseType(dgeObj, type)
Arguments
dgeObj |
A class DGEobj created by function initDGEobj() |
type |
An item type for which you want the baseType |
Value
character string
Examples
# example DGEobj
exObj <- readRDS(system.file("miniObj.RDS", package = "DGEobj"))
baseType(exObj, type = "DGEList")
[Package DGEobj version 1.1.2 Index]