compare_methods.Rd
Compare clustering methods
compare_methods(...)
... | All pass to |
---|
This function will be removed soon.
No value is returned.
# \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 connectioncompare_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 foundcompare_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# }