Nothing
setMethod(f="getPeaklist",signature="MAIT",
function(object) {
if(class(rawData(object)[[1]])=="xsAnnotate"){
return(CAMERA::getPeaklist(rawData(object)[[1]]))}else{
}
stop("Peak annotation has not been performed. Run function peakAnnotation first.")
}
)
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.