View source: R/check_fasta_file_sequence_lengths.R
| check_fasta_file_sequence_lengths | R Documentation | 
Check if the lengths of the sequences in a FASTA file are at least equal to the desired peptide lengths.
check_fasta_file_sequence_lengths(fasta_filename, peptide_length)
| fasta_filename | the name of a FASTA file with protein sequences | 
| peptide_length | length of a peptide | 
Nothing.
Richèl J.C. Bilderbeek
# FASTA file in which all proteons have a length of at keast 13
fasta_filename <- system.file(
  "extdata", "example.fasta", package = "netmhc2pan"
)
check_fasta_file_sequence_lengths(
  fasta_filename = fasta_filename,
  peptide_length = 13
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.