Description Usage Arguments Details Value
Import TRANSFAC data frame fac2drDF
and filter using ENTREZID(s) (may be collapsed by ";") from an ExpressionSet eset
.
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
1 2 3 4 5 6 7 | getAnnTransfacEntrez(
fac2drDF,
by = "factor.FA",
eset = NULL,
patternExcludeFactor = NULL,
addURL = FALSE
)
|
fac2drDF |
Data frame TRANSFAC database |
by |
Character column name from |
eset |
Expression set with anotations ENTREZID(s) (my be collapsed by ";") within fData(); these are used only to limit TFs to ENTREZIDs; default NULL |
patternExcludeFactor |
Regular expression pattern for exclusion of TFs based on column |
addURL |
Logical add a column with factor URL (factorURL), default FALSE |
Warning: annotations are unique and individually sorted; thus, they are not matched by their position within the collapsed strings. Warning: Factor URLs will only be accessible from IPs that are licensed with QIAGEN portal https://apps.ingenuity.com/ingsso/. Old TODO: consider creating new factors for fac2drDF_entrez_sym or even more general, e.g. using fac2drDF or or fac2drDF_osXX.
A data frame with collapsed annotations including factor accessions (factorACs) and names (factorFAs), site accessions (siteACs), gene accessions (geneACs) and short gene terms/symbols (geneSDs), and optional factor URLs (factorURLs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.