View source: R/browseProtease.R
browseProtease | R Documentation |
Opens relevant MEROPS (https://www.ebi.ac.uk/merops/) page with information on specified protease.
browseProtease(p, keytype)
p |
a single protease |
keytype |
UniprotID (default) or MEROPS. |
utils::browseURL
if (interactive()) {
# The following function calls opens in browser
browseProtease("P07339", keytype = "UniprotID")
browseProtease("A01.009", keytype = "MEROPS")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.