Nothing
selectrankedlists <-
function(ranklist,colsinc){
#get the selected ranklists/pvalues as chosen in colsinc
seldata<-vector("list",length=2)
cnames<-colnames(ranklist[[1]])
seldata[[1]]<-as.matrix(ranklist$ranklist[,colsinc])
seldata[[2]]<-as.matrix(ranklist$pvalues[,colsinc])
colnames(seldata[[1]])<-cnames[colsinc]
colnames(seldata[[2]])<-cnames[colsinc]
names(seldata)<-names(ranklist)
return(seldata)
}
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.