xuranw / MuSiC

Multi-subject Single Cell Deconvolution
https://github.com/xuranw/MuSiC
GNU General Public License v3.0
220 stars 83 forks source link

Issue in the execution of the function 'music2_prop_t_statistics' #117

Open eshan-abbas opened 1 year ago

eshan-abbas commented 1 year ago

There seems to be an error in line number 340 of the script 'music2.R' _case_s = exprs(bulk.case[exp_genel, colnames(bulk.case) %in% idd])

rewriting that line as: _case_s = bulk.case[exp_genel, colnames(bulk.case) %in% idd] lets the command to be fully executed

This issue was raised before also as Issue #107 by jaclynbeck-sage.

I hope this issue is addressed soon as I am currently using it for my project

loganylchen commented 1 year ago

Same comments here.