cleavages | R Documentation |
'cleavages' returns a 'data.table' with the corresponding details derived from MEROPS.
## S4 method for signature 'Cleavages'
cleavages(x)
x |
A 'data.table' object. |
A 'data.table' object.
protein <- c("P02671", "P02671", "P68871", "P01011")
peptide <- c("FEEVSGNVSPGTR", "FVSETESR", "LLVVYPW", "ITLLSAL")
res <- findProtease(protein = protein, peptide = peptide,
organism = "Homo sapiens")
cleavages(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.