seq_to_atoms: Calculate the atoms in an amino acid sequence...

View source: R/seq_to_atoms.R

seq_to_atomsR Documentation

Calculate the atoms in an amino acid sequence post-translation modifications (deamidation and hydroxylation)

Description

Calculate the atoms in an amino acid sequence post-translation modifications (deamidation and hydroxylation)

Usage

seq_to_atoms(sequence, ndeamidations = 0, nhydroxylations = 0, verbose = F)

Arguments

ndeamidations

the number of deamidations

nhydroxylations

the number of hydroxylations

seqeunce

the amino acid sequence

Value

integer vector of atoms in the order C H N O S

Examples

seq_to_atoms("IGQPGAVGPAGIR")

bioarch-sjh/bacollite documentation built on Oct. 7, 2022, 3:34 p.m.