Learn R Programming

baseq (version 0.2.0)

plot_aa_composition: Plot AA Composition

Description

Visualizes the amino acid composition categorized by biochemical properties.

Usage

plot_aa_composition(s)

Value

A ggplot object

Arguments

s

A character string containing the protein sequence

Examples

Run this code
prot <- "MKFLVLALAL"
plot_aa_composition(prot)

Run the code above in your browser using DataLab