Description Usage Arguments Value
Import TRANSFAC data.frame fac2drDF and filter using ENTREZIDs (may be collapsed by ";") from an ExpressionSet.
Data frame includes columns: factor.AC site.AC factor.BSq gene.AC gene.DRac2 gene.DRdbName2 factorURL factor.FA gene.SD gene.DE
TFs may be excluded based on a pattern matching their names, for example:
"[^(hsa)]-miR"
will exclude non-human microRNAs
"(-miR)|(isoform)"
will exclude all microRNAs and isoforms
Old TODO: consider creating new factors for fac2drDF_entrez_sym or even more general, e.g. using fac2drDF or or fac2drDF_osXX
1 |
fac2drDF |
Data frame transcription factor |
eset |
Expression set with anotations ENTREZID within fData(); these are used to limit TFs to ENTREZIDs; default NULL |
patternExcludeFactorFA |
Regular expression pattern for exclusion of TFs based on their names (i.e., factor.FA); default NULL; |
A data frame with annotations and collapsed gene Symbols and ENTREZIDs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.