Description Usage Arguments Value Author(s)
Find over-represented motifs in a foreground list using hypergeometric test
1 | motifor(fg.count, n.fg.seqs, bg.seqs, ncores = 1, max.pvalue = 1e-06)
|
fg.count |
a names integer vector. The names are the sequence motifs and
the integers indicate the frequency of each motifs in the input sequences,
usually return by |
n.fg.seqs |
the number of foreground sequences |
bg.seqs |
a character vector of background sequences |
ncores |
the number of cores to be used, passed to |
max.pvalue |
the maximum FDR to be reported |
a data.frame
of the over-representation data analysis
Chen Meng
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.