xuranw / MuSiC

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

Error in sampleNames(x) : could not find function "sampleNames" #87

Open WhalleyT opened 2 years ago

WhalleyT commented 2 years ago

Hi this is just a quick one.

I need to run library(biobase) in order to attach the function sampleNames() before running music_basis as the biobase package isn't attached/loaded in directly by MuSiC. Would it be worth mentioning to users in the tutorial to load biobase themselves, or alternatively attach the packacge when loading in the MuSiC pacakge.

I know it's minor but I thought I would let you know.

Thanks for the interesting tool!