| findProtease | R Documentation | 
Given a vector of peptides and proteins, finds known proteases acting on cleavage sites.
findProtease(protein, peptide, organism, start_pos, end_pos)
protein | 
 a vector of UniProt Accession IDs.  | 
peptide | 
 a vector of amino acid sequences corresponding to the proteins.  | 
organism | 
 name of organism.  | 
start_pos | 
 (optional) numeric vector of N-terminus positions in protein sequence.  | 
end_pos | 
 (optional) numeric vector of C-terminus positions in protein sequence.  | 
S4 object Cleavages
protein <- c("P02671", "P02671", "P68871", "P01011")
peptide <- c("FEEVSGNVSPGTR", "FVSETESR", "LLVVYPW", "ITLLSAL")
res <- findProtease(protein = protein,
                    peptide = peptide,
                    organism = "Homo sapiens")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.