plot_aa_occurrence: Plot occurrences of amino acids in peptides

View source: R/plot_aa_occurrence.R

plot_aa_occurrenceR Documentation

Plot occurrences of amino acids in peptides

Description

Plot occurrences of amino acids in peptides

Usage

plot_aa_occurrence(protein_string)

Arguments

protein_string

A character object with an amino acid sequence.

Value

A plot of occurrences of each amino acid in a peptide.

Examples

protein_string <- "GGASVTVSRFW_PSQSKQRHRVEPVS_IQSYLP"

plot_aa_occurrence(protein_string)

rforbiodatascience22/group_10_package documentation built on April 5, 2022, 7:51 p.m.