searchProtease: Show Cleaving Data for a Peptidase or Inhibitor by Uniprot...

View source: R/searchProtease.R

searchProteaseR Documentation

Show Cleaving Data for a Peptidase or Inhibitor by Uniprot accession

Description

Given a vector of proteins, finds which substrates they cleave.

Usage

searchProtease(protein, organism = "Homo sapiens", summarize = FALSE)

Arguments

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.

Value

data.table, character

Examples

protein <- c("P98073", "P00734")
searchProtease(protein = protein)


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