CategorizedCollection {gep2pep} | R Documentation |
See CategorizedCollection-class
.
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
.
library(GSEABase) gs1 <- GeneSet(setName="set1", setIdentifier="101") collectionType(gs1) <- CategorizedCollection()