Nothing
setMethod(f="cleavageSites",
signature=signature(x="character"),
definition=function(x, enzym="trypsin", custom=NULL) {
.cleavageSites(x=x, enzym=enzym, custom=custom)
})
setMethod(f="cleavageSites",
signature=signature(x="AAString"),
definition=function(x, enzym="trypsin", custom=NULL) {
.cleavageSites(x=as.character(x), enzym=enzym, custom=custom)
})
setMethod(f="cleavageSites",
signature=signature(x="AAStringSet"),
definition=function(x, enzym="trypsin", custom=NULL) {
.cleavageSites(x=as.character(x), enzym=enzym, custom=custom)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.