seq_to_atoms | R Documentation |
Calculate the atoms in an amino acid sequence post-translation modifications (deamidation and hydroxylation)
seq_to_atoms(sequence, ndeamidations = 0, nhydroxylations = 0, verbose = F)
ndeamidations |
the number of deamidations |
nhydroxylations |
the number of hydroxylations |
seqeunce |
the amino acid sequence |
integer vector of atoms in the order C H N O S
seq_to_atoms("IGQPGAVGPAGIR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.