xuranw / MuSiC

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

music_prop not available #9

Open sirusb opened 5 years ago

sirusb commented 5 years ago

Hi, Thanks for providing this great package, I just a small issue in the NAMESPACE file of the package. The music_prop function is not exported, which raises the following error message: object 'music_prop' not found.

A workaround for the user it to write MuSiC:::music_prop instead, but might not be evident for some occasional R users.

prashantemani commented 5 years ago

Hi, actually I had the same issue, but using MuSiC::music_prop did not work either. The error message I got was: Error: 'music_prop' is not an exported object from 'namespace:MuSiC' I confirmed that the function is not available in the source code as well.

Any help would be appreciated, I am looking forward to using the package.

xuranw commented 5 years ago

Thanks for using MuSiC!

Sorry for the inconvenience. I accidentally deleted the @export in the source code. Could you please re-download MuSiC? I think it is working now.

Best, Xuran