Nothing
getSamples <-
function(methLumi_data, sample2keep){
samples <- sampleNames(methLumi_data)
index <- which(is.element(samples, sample2keep))
if(length(index)>0) methLumi_data <- methLumi_data[, index]
else(print("WARNING ! No samples to select !"))
return(methLumi_data)
}
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.