| baseTypes | R Documentation |
Get a list of the available baseTypes
baseTypes(dgeObj)
dgeObj |
(optional) A class DGEobj created by function initDGEobj() |
A character vector of baseTypes
# Global definition of baseTypes
baseTypes()
# example DGEobj
exObj <- readRDS(system.file("miniObj.RDS", package = "DGEobj"))
# Basetypes from a specific DGEobj
baseTypes(exObj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.