consensus(nmf_result, what='rows') Error in .local(object, ...) : unused argument (what = "rows") · Issue #181 · renozao/NMF · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
The text was updated successfully, but these errors were encountered: