CategorizedCollection: Constructor method for objects of class...

Description Usage Arguments Value Examples

Description

See CategorizedCollection-class.

Usage

1
2
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

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

franapoli/gep2pep documentation built on May 30, 2019, 4:34 p.m.