## Not run:
# mat = matrix(rnorm(180), nrow = 10)
# rownames(mat) <- c(1:10)
# colnames(mat) <- c(1:18)
# mat
#
# #using GCC method to compute the correlation of all gene paris
# adjacencymatrix( mat, method = "GCC", cpus = 2 )
#
# #using GCC method to compute the correlation of a subset of gene pairs
# adjacencymatrix( mat = mat, genes.row = c(1:5), genes.col = c(5:8), method = "GCC", cpus = 2 )
#
#
#
# #for MI method, k works here.
# adjacencymatrix( mat, method = "MI", k= 3)
# ## End(Not run)
Run the code above in your browser using DataLab