##***********************************************************************
##
## proteasy classes
##
##***********************************************************************
setClass(
Class = "Cleavages",
slots = c(
organism = "character",
substrate = "data.table",
protease = "data.table",
cleavage = "data.table"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.