View source: R/searchProtease.R
searchProtease | R Documentation |
Given a vector of proteins, finds which substrates they cleave.
searchProtease(protein, organism = "Homo sapiens", summarize = FALSE)
protein |
a vector of corresponding UniProt Accession IDs. |
organism |
name of organism. |
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("P98073", "P00734")
searchProtease(protein = protein)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.