seq_count | R Documentation |
Count occurrences of each amino acid in sequence
seq_count(seq)
seq |
character vector containing amino acid sequence. |
A bar plot showing how many times each amino acid occurs in the sequence.
aa_seq <- "GWIFGTTLDSKTQSLLIVNNATNVVIKVCEFQFCNDPFLGVYYHKNNKSWMESEFRVY" seq_count(aa_seq)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.