Open NeuronNewton opened 8 months ago
Hello! I run into issue of not being able to pass arguments to consensus function, although documentation says it is possible. Could you please help?
nmf_result <- nmf(mat_ordered, rank = 4, method = "lee", nrun = 2) consensus_matrix <- consensus(nmf_result, , what='rows') Error in .local(object, ...) : unused argument (what = "rows")
Hello! I run into issue of not being able to pass arguments to consensus function, although documentation says it is possible. Could you please help?
nmf_result <- nmf(mat_ordered, rank = 4, method = "lee", nrun = 2) consensus_matrix <- consensus(nmf_result, , what='rows') Error in .local(object, ...) : unused argument (what = "rows")