Nothing
isAssayable <- function (MW, lower.threshold=1500, upper.threshold=7000) {
return(as.logical((MW >= lower.threshold & MW <= upper.threshold)))
}
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.