Description Usage Arguments Value
compare two pcm objects
1 2 3 4 5 6 7 | compareProfiles(
pcm1,
pcm2,
method = c("Smith-Waterman", "Needleman-Wunsch"),
pseudo = 1,
revcomp = TRUE
)
|
pcm1, pcm2 |
object of pcm |
method |
Alignment method. "Smith-Waterman" or "Needleman-Wunsch". Default is "Smith-Waterma" |
pseudo |
pseudocount |
revcomp |
Check reverseComplement or not. |
a list with names: motif1, motif2, alignmentScore, startPos1, startPos2, endPos1, endPos2, alignmentLength.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.