cleavages: Access resulting object from 'findProteases' function.

cleavagesR Documentation

Access resulting object from 'findProteases' function.

Description

'cleavages' returns a 'data.table' with the corresponding details derived from MEROPS.

Usage

## S4 method for signature 'Cleavages'
cleavages(x)

Arguments

x

A 'data.table' object.

Value

A 'data.table' object.

Examples

protein <- c("P02671", "P02671", "P68871", "P01011")
peptide <- c("FEEVSGNVSPGTR", "FVSETESR", "LLVVYPW", "ITLLSAL")
res <- findProtease(protein = protein, peptide = peptide,
organism = "Homo sapiens")
cleavages(res)

martinry/proteasy documentation built on Feb. 5, 2024, 4:04 p.m.