quick_run {CIMICE} | R Documentation |
This function executes CIMICE analysis on a dataset using default settings.
quick_run(dataset, mode = "CAPRI")
dataset |
a mutational matrix as a data frame |
mode |
indicates the used input format. Must be either "CAPRI" or "CAPRIpop" |
a list object representing the graph computed by CIMICE with the structure 'list(topology = g, weights = W, labels = labels)'
quick_run(example_dataset())