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
TFs_MSIG = TFCatalog(name="MsigDb.TFT",nativeIds=names(tftColl),
HGNCmap=data.frame(tftCollMap,stringAsFactors=FALSE))
TFs_MSIG

shwetagopaul92/TFutils documentation built on May 26, 2019, 4:32 a.m.