View source: R/plot_aa_occurrence.R
plot_aa_occurrence | R Documentation |
Plot occurrences of amino acids in peptides
plot_aa_occurrence(protein_string)
protein_string |
A character object with an amino acid sequence. |
A plot of occurrences of each amino acid in a peptide.
protein_string <- "GGASVTVSRFW_PSQSKQRHRVEPVS_IQSYLP" plot_aa_occurrence(protein_string)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.