TFCatalog: Constructor for TFCatalog

Description Usage Arguments Value Examples

View source: R/TFCatalog-class.R

Description

Constructor for TFCatalog

Usage

1
TFCatalog(name, nativeIds, HGNCmap, metadata)

Arguments

name

informative character(1) for collection

nativeIds

character() vector of identifiers used by collection creators

HGNCmap

data.frame with column 1 nativeIds, column 2 HGNC or hgnc.heur for MSigDb and any other columns of use

metadata

a list of metadata elements

Value

instance of TFCatalog

Examples

1
2
3
4
5
if (require("GSEABase")) {
 TFs_MSIG = TFCatalog(name="MsigDb.TFT",nativeIds=names(TFutils::tftColl),
 HGNCmap=data.frame(TFutils::tftCollMap,stringAsFactors=FALSE))
 TFs_MSIG
}

vjcitn/TFutils documentation built on Oct. 25, 2021, 3:01 p.m.