Description Usage Arguments Details Value Author(s)
Detect over-represented motifs
1 2 3 4 |
fg.seqs |
a character vector of foreground sequences |
bg.seqs |
a character vector of background sequences |
fg.genes |
character vector of gene names of foreground sequences, it
should have the same length as |
bg.genes |
character vector of gene names of background sequences, it
should have the same length as |
method |
the algorithm used to detect potential motifs, multiple are allowed |
min.seqs |
the minimum frequency of a motif should be considered |
max.pvalue |
the maximum FDR to be reported |
max.gw.pvalue |
the maximum p value of on gene wise to be reported, only useful
when both |
center |
the amino acid centered at the sequences, sequences with other center AA would be
removed from the list. To disable this function, set |
ncores |
the number of cores to be used, passed to |
verbose |
logical, whether print message |
annotate |
whether the discovered motif should be annotated by known motifs |
more details here
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.