bpAll | R Documentation |
bpAll draws a stacked barplot of the mutations mapped on the consensus sequence
bpAll(object)
object |
an object of class LowMACA |
Returns a barplot in which mutations are stacked per position
on the consensus sequence. Every color represent mutations taht map
on the same input sequence (either a protein or a pfam)
The LowMACA object must pass through the methods
alignSequences
, getMutations
, mapMutations
NULL
Stefano de Pretis , Giorgio Melloni
lmPlot
#Load homeobox example and draw plot data(lmObj) lmObj <- entropy(lmObj) bpAll(lmObj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.