CategorizedCollection {gep2pep}R Documentation

Constructor method for objects of class CategorizedCollection.

Description

See CategorizedCollection-class.

Usage

CategorizedCollection(category = "uncategorized",
  subCategory = "uncategorized")

Arguments

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.

Value

An object of class CategorizedCollection.

Examples


library(GSEABase)
gs1 <- GeneSet(setName="set1", setIdentifier="101")
collectionType(gs1) <- CategorizedCollection()

[Package gep2pep version 1.6.0 Index]