Description Usage Arguments Value Examples
View source: R/AAmotifAlignment.R
align AA motifs for plotting motifs stack
1 | AAmotifAlignment(pcms, threshold = 0.4, minimalConsensus = 0)
|
pcms |
a list of position frequency matrices, pfms must be a list of class pcm |
threshold |
information content cutoff threshold for useful postions |
minimalConsensus |
minimal length of consensus for alignment |
a list of aligned motifs
1 2 3 | pcms<-importMatrix(system.file("extdata", "prot.meme", package="motifStack"),
format="meme", to="pfm")
motifs<-AAmotifAlignment(pcms)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.