KChen-lab / METAFlux

Other
38 stars 6 forks source link

Issue in calculating mean_exp with sc_test_example #6

Open ZhengYingqi-doctor opened 8 months ago

ZhengYingqi-doctor commented 8 months ago

mean_exp=calculate_avg_exp(myseurat = sc_test_example,myident = 'Cell_type',n_bootstrap=3,seed=1) Error in validityMethod(as(object, superClass)) : object 'Csparse_validate' not found

ZhengYingqi-doctor commented 8 months ago

I have already solved this issue by running Csparse_validate = "CsparseMatrix_validate before function calls.