Description Usage Arguments Examples
View source: R/peptide-class.R
A class for peptides
1 2 3 4 5 6 | peptr_peptide(
sequence = character(),
count = 1L,
position = 1L,
ptms = list(peptr_ptm_list())
)
|
sequence |
A character vector of the peptide sequences. |
count |
An integer vector of the count of peptide. |
position |
An integer vector of the peptide relative to the precursor protein. |
ptms |
a list of |
1 2 3 | peptr_peptide("LVMYL")
# peptr_peptide("LL", ptms = list(peptr_ptm_list(peptr_ptm(name = "a"))))
peptr_peptide(c("LLMVKL", "CVLIMNLQN"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.