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.
Hi this is just a quick one.
I need to run
library(biobase)
in order to attach the functionsampleNames()
before runningmusic_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!