compareComplex
function to
calculate three statistics (see compareComplex
man page
for details). Next it calls calculates a similarity measure (default
is Jaccard). Next it calls the runAlignment
function to
greedily calculate an alignment between BGMat1 and BGMat2.
runCompareComplex(BGMat1, BGMat2, index = "Jaccard", byWhich)
#go = getGOInfo()
#mips = getMipsInfo()
#goM = createGOMatrix(go)
#mipsM = createMipsMatrix(mips)
#cc = runCompareComplex(mipsM, goM, byWhich = "ROW")
Run the code above in your browser using DataLab