Nothing
create_swath_ms <- function()
{
HOME <- Sys.getenv("HOME")
load(paste(HOME,"SWATH-MS","pilot","swath-ms.rda",sep="/"))
swath_ms <- annotated_protein_matrix
save(swath_ms,file='swath_ms.rda',compress='xz')
}
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.