Nothing
`pred.network` <-
function(pM,similarity,thresh=0.05){
if(is.numeric(pM)){
Ttestcorr<-function(pM,similarity,alpha){
Ttest<-similarity
w=as.vector(which(pM>=alpha))
Ttest[w]<-0
return(Ttest)
}
M<-Ttestcorr(pM,similarity,thresh)
}
else{M<-NULL}
return(M)
}
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.