Compare clustering methods

compare_methods(...)

Arguments

...

All pass to compare_clustering_methods.

Details

This function will be removed soon.

Value

No value is returned.

Examples

# \dontrun{ mat = readRDS(system.file("extdata", "similarity_mat.rds", package = "simplifyEnrichment"))
#> Warning: cannot open compressed file '', probable reason 'No such file or directory'
#> Error in gzfile(file, "rb"): cannot open the connection
compare_methods(mat)
#> Error in h(simpleError(msg, call)) : #> error in evaluating the argument 'x' in selecting a method for function 'nrow': object 'mat' not found
#> Warning: restarting interrupted promise evaluation
#> Warning: restarting interrupted promise evaluation
#> Warning: restarting interrupted promise evaluation
#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'nrow': object 'mat' not found
compare_methods(mat, plot_type = "heatmap")
#> Error in h(simpleError(msg, call)) : #> error in evaluating the argument 'x' in selecting a method for function 'nrow': object 'mat' not found
#> Warning: restarting interrupted promise evaluation
#> Warning: restarting interrupted promise evaluation
#> Warning: restarting interrupted promise evaluation
#> Error in h(simpleError(msg, call)): error in evaluating the argument 'x' in selecting a method for function 'nrow': object 'mat' not found
# }