View source: R/load_tf_regulon_dorothea.R
load_tf_regulon_dorothea | R Documentation |
load the transcription factors from DOROTHEA
package and converts
gene symbols to EntrezID using org.Hs.eg.db
load_tf_regulon_dorothea(confidence = c("A", "B", "C"))
confidence |
strong vector (by default: c("A","B","C")). Subset of {A, B, C, D, E}. See the 'dorothea' for the meaning of confidence levels. package for further details. |
returns a PKN of a form of a data table. Each row is an interaction. Columns names are:
- 'tf' transcription factor - 'confidence' class of confidence - 'target' target gene - 'sign' indicates if interaction is up (1) or down-regulation (-1).
load_tf_regulon_dorothea()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.