xuranw / MuSiC

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

Error in music_prop(bulk.eset = GSE50244.bulk.eset, sc.eset = EMTAB.eset, ct.cov = TRUE, : object 'i' not found #53

Open matei-ionita opened 4 years ago

matei-ionita commented 4 years ago

Thank you for writing this great package. One small issue: I tried running the example in the tutorial, but with ct.cov = TRUE. I get the error object 'i' not found. I believe the error comes from line 163 in utils.R, where the for loop defining i is missing. See line 201 in the same file for comparison.