Nothing
#########################################
### Constructor (MELON)
#########################################
setMethod(f="initialize",signature="MELON",definition=function(.Object,normData, normFactors, idStabLoci, dataStabLoci, stabFeatures, refId){
.Object@normData<-normData
.Object@normFactors<-normFactors
.Object@idStabLoci<-idStabLoci
.Object@dataStabLoci<-dataStabLoci
.Object@stabFeatures<-stabFeatures
.Object@refId<-refId
return (.Object)
})
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.