renozao / NMF

NMF: A Flexible R package for Nonnegative Matrix Factorization
139 stars 41 forks source link

consensus(nmf_result, what='rows') Error in .local(object, ...) : unused argument (what = "rows") #181

Open NeuronNewton opened 8 months ago

NeuronNewton commented 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")