Nothing
runAlignment <- function(TSNMat, estMat, c2kMat){
num = min(dim(c2kMat))
bijMat = matrix(nrow = num, ncol = 3)
dimnames(bijMat) = list(1:num, c("BG1-Complexes", "BG2-Complexes", "Similarity Index"))
compBijection(TSNMat, estMat, c2kMat, bijMat, 1)
}
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.