View source: R/plotProteinSeq.R
plotProteinSeq | R Documentation |
plotProteinSeq
draws the sequences of proteins within the same "ProteinSeq" object. In this format, more similar sequences will have
similar banding patterns.
plotProteinSeq(x, taxon.to.plot, knitr = FALSE)
x |
A "ProteinSeq" object containing proteins from |
taxon.to.plot |
A character vector providing the common name of the species that will be plotted. Must be a name present in |
knitr |
Logical indicating if plot is intended to show up in RMarkdown files made by the |
A draw of the protein sequence(s) provided. Colors refer to specific amino acids ("R", "W", "I", "F", "S", "T", "N", "H", "K", "D", "G", "L", "Y", "V", "M", "A", "E", "P", "Q", "C")", "gaps/space in the sequence ("-"), ambiguous amino acid ("B" - often representing either asparagine ("N") or aspartic acid ("D")), or another marker for ambiguous amino acid ("X").
Matheus Januario, Jennifer Auler
data(cytOxidase)
plotProteinSeq(cytOxidase, c("human", "chimpanzee", "cnidaria"), knitr = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.