Description Usage Arguments Value Examples
See CategorizedCollection-class
.
1 2 | CategorizedCollection(category = "uncategorized",
subCategory = "uncategorized")
|
category |
A character defining the main category that the gene set belongs to. |
subCategory |
A character defining the secondary category that the gene set belongs to. |
An object of class CategorizedCollection
.
1 2 3 | library(GSEABase)
gs1 <- GeneSet(setName="set1", setIdentifier="101")
collectionType(gs1) <- CategorizedCollection()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.