Nothing
# this is a helper function for the below funcntion
get_q <- function(q.list){
function(x,y){
q.list[[x]][[y]]
}
}
getOutlier <- function(profileMatrix, sample.name){
function(outlr.indicator){
res <- apply(profileMatrix[, sample.name, drop = FALSE], 2, function(x){ which(x == outlr.indicator)})
lapply(res,function(x){rownames(profileMatrix[x, , drop = FALSE])})
}
}
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.