get_peptides: Get unique peptides from a list of proteins

Description Usage Arguments Value Examples

View source: R/peptide_protein_matrix.R

Description

Finds unique peptides that are a result of tryptic digestion of proteins specified in a list of amino acid sequences.

Usage

1
get_peptides(protein_list)

Arguments

protein_list

List of proteins built from single letter codes of amino acids.

Value

Character vector of peptides.

Examples

1
get_peptides(list("MKRAQ"))

mstaniak/proteomics_examples documentation built on Aug. 27, 2019, 9:56 a.m.