R/runAlignment.R

Defines functions runAlignment

Documented in runAlignment

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)



}

Try the ScISI package in your browser

Any scripts or data that you put into this service are public.

ScISI documentation built on Nov. 8, 2020, 5:48 p.m.