Description Usage Arguments Value
get_motif_info()
reads a motif scoring table and motif name table
from RcisTarget, and then filter it according to the set threshold on score
or the number of candidates to keep. it returns a list, in which the names
of the items are the name of the target gene, and each item is a character
vector of transcription factors.
1 2 | get_motif_info(score_path, motif_path, number = NULL, threshold = NULL,
genes.use = NULL, db)
|
score_path |
a character string of the path to the scoring database from SCENIC / RcisTarget |
motif_path |
a character string of the path to the motif database from SCENIC / RcisTarget |
number |
a number of motifs with the highest score to leave from the motif list |
threshold |
a number of score threshold to filter the motifs |
genes.use |
a character vector to leave only the genes of interest ( Usually the targets) in the output motif list |
db |
a list from |
a list of genes and related transcription factors based on motif info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.