Description Usage Arguments Value
Identifies the indicies of the peaks that have two motifs at a prefered distance from one another. Note that it only takes the smallest distance into account when searching so this function is not suitible when the expected distance between two motifs is great.
1 | findMotifDist(fasta, motifa, motifb, loc, ...)
|
fasta |
The fasta sequences from Biostrings |
motifa |
a string of IUPAC characters |
motifb |
a string of IUPAC characters |
loc |
a list of logicals equal in length to the fasta variable |
... |
the distances at which peaks will be returned |
a list of indicies for peaks that have the motifs at prefered distances
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.