bpAll: Draw a mutation barplot

Description Usage Arguments Details Value Author(s) See Also Examples

Description

bpAll draws a stacked barplot of the mutations mapped on the consensus sequence

Usage

1
bpAll(object)

Arguments

object

an object of class LowMACA

Details

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

Value

NULL

Author(s)

Stefano de Pretis , Giorgio Melloni

See Also

lmPlot

Examples

1
2
3
4
#Load homeobox example and draw plot
data(lmObj)
lmObj <- entropy(lmObj)
bpAll(lmObj)

gmelloni/LowMACA documentation built on May 24, 2019, 5:03 a.m.