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 (sparse) matrix |
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, freqs=freqs)'
quick_run(example_dataset())