protter | R Documentation |
This is a wrapper around Protter web service for LowMACA class objects that draw a protter style plot.
protter(object, filename = "protter.png", threshold = 0.05 , conservation=NULL)
object |
an object of class LowMACA |
filename |
a character string that identifies the file name where protter plot will be stored. Default "protter.png" |
threshold |
a numeric value in the interval (0 , 1] that identifies the significant mutations. Default 0.05 |
conservation |
a numeric value in the range of 0-1 that defines the threshold of trident conservation score to include the specified position. The default value is inherited from the slot entropy, whose default is 0.1 |
Using the information in the slot alignment
, a request is send to Protter server.
Protter will predict a possible sencondary structure for the consensus sequence
(if possible) and highlights the significant clusters of mutations found by LowMACA (if any).
A significant pvalue is colored in orange, a significant qvalue is colored in red.
NULL
Stefano de Pretis , Giorgio Melloni
LowMACA-class
entropy
#Load homeobox example data(lmObj) #Calculate statistics lmObj <- entropy(lmObj) #Create protter.png protter(lmObj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.