View source: R/pkg_peptidome_generator.R
create_peptidome | R Documentation |
Generates a tryptic peptidome of unique peptides using a provided proteome. Requires bioconductor pacakge "cleaver".
create_peptidome(proteome_dir, missed_cleavages, synth_peps, aa_range)
proteome_dir |
directory to proteome fasta file |
missed_cleavages |
range of missed cleavage events considered during in-silico digestion |
synth_peps |
If TRUE, filters out peptides that are problematic for peptide synthesis. Currnetly includes peptides with: N-term Q/E residues and C-term P residues |
aa_range |
range of peptide size by amino acid count included |
Peptidome of unique peptides with parent protein uniprot IDs, sequence locations in parent proteins, and n missed cleavages
## Not run:
create_peptidome(proteome_dir = "./proteome.fasta",
missed_cleavages = c(0,2),
synth_peps = FALSE,
aa_range = c(7-25))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.