##---- Should be DIRECTLY executable !! ----
##-- ==> Define data, use random,
##-- or do help(data=index) for the standard data sets.
##
# simulate N mRNA and M miRNA and their interaction matrices
load(system.file("extdata/toy_modules.RData", package="Mirsynergy"))
# run mirsynergy clustering
V <- mirsynergy(W, H, verbose=TRUE)
summary_modules(V)
Run the code above in your browser using DataLab