Description Usage Arguments Value Note Author(s) Examples
Find consecutive but variable position (CVP) motif in a list of sequences
1 |
seqs |
a character vector of sequences |
min.seqs |
minimum number of motif |
genes |
the gene name from where a sequences is discovered, a character vector
has the same length as |
ncores |
the number of cores to be used, passed to |
a list consists of: $mw - motif wise count, a names integer vector. The names are the sequence motifs and the integers indicate the frequency of each motifs in the input sequences. $gw - gene wise count, a list of two elements: 1) unique gene and 2) motif genes, i.e. genes include a specific type of motif
the algorithm uses an exhaustive approach to find all consecutive motifs, so it could be slow when the number of sequences is large.
Chen Meng
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.