Description Usage Arguments Value Examples
View source: R/TFCatalog-class.R
Constructor for TFCatalog
1  | 
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  | 
instance of TFCatalog
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
}
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.