View source: R/searchSubstrate.R
searchSubstrate | R Documentation |
Given a vector of proteins, finds known proteases acting on cleavage sites.
searchSubstrate(protein, summarize = FALSE)
protein |
a vector of corresponding UniProt Accession IDs. |
summarize |
if false (default), provides a detailed table of all associated cleaving events, otherwise outputs a summarized table and only includes reviewed (Uniprot) entries. |
data.table, character
protein <- c("P05067", "P68871")
searchSubstrate(protein = protein)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.