seq_count: seq_count

View source: R/seq_count.R

seq_countR Documentation

seq_count

Description

Count occurrences of each amino acid in sequence

Usage

seq_count(seq)

Arguments

seq

character vector containing amino acid sequence.

Value

A bar plot showing how many times each amino acid occurs in the sequence.

Examples

aa_seq <- "GWIFGTTLDSKTQSLLIVNNATNVVIKVCEFQFCNDPFLGVYYHKNNKSWMESEFRVY"
seq_count(aa_seq)


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