browseProtease: Browse Protease on MEROPS

View source: R/browseProtease.R

browseProteaseR Documentation

Browse Protease on MEROPS

Description

Opens relevant MEROPS (https://www.ebi.ac.uk/merops/) page with information on specified protease.

Usage

browseProtease(p, keytype)

Arguments

p

a single protease

keytype

UniprotID (default) or MEROPS.

Value

utils::browseURL

Examples


if (interactive()) {

# The following function calls opens in browser

browseProtease("P07339", keytype = "UniprotID")
browseProtease("A01.009", keytype = "MEROPS")

}



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