scmethods / scregclust

https://scmethods.github.io/scregclust/
GNU General Public License v3.0
9 stars 2 forks source link

I have a error #1

Open abollol opened 1 week ago

abollol commented 1 week ago

plot_module_count_helper(list_of_fits=fit, penalization = 0.10) 错误于fit$penalization: $ operator is invalid for atomic vectors

cyianor commented 1 week ago

Hi @abollol, you are providing very little context. My assumption is that fit is only a single run of scregclust. Is that correct? plot_module_count_helper is meant to be called on a list of multiple runs of scregclust with varying initial module counts.

See the docs