find_pep_pos | R Documentation |
find_pep_pos
finds the start and the end positions of peptides in
ascribed proteins description based on the fasta
.
find_pep_pos(fasta_name, pep_seq, fasta)
fasta_name |
The fasta name |
pep_seq |
Peptide sequence |
fasta |
The database of fasta |
fasta_name <- "NP_612429"
pep_seq <- "ADVSLPSMQGDLK"
fasta <- read_fasta("~/proteoQ/dbs/fasta/refseq/refseq_hs_2013_07.fasta")
x <- find_pep_pos(fasta_name, pep_seq, fasta)
pep_seq <- "ADVSLPSMQGDL"
x <- find_pep_pos(fasta_name, pep_seq, fasta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.