Learn R Programming

Peptides (version 0.4)

mw: To compute the molecular weight of a protein sequence

Description

Molecular mass or molecular weight refers to the mass of a molecule. It is calculated as the sum of the mass of each constituent atom multiplied by the number of atoms of that element in the molecular formula.

Usage

mw(seq)

Arguments

seq
AA sequence string in upper case

Examples

Run this code
mw("KLKLLLLLKLK")

Run the code above in your browser using DataLab