Open DelongZHOU opened 6 months ago
Hello, I want to plot specific signaling pathways using rankNet_Neuron.
The function works fine showing all pathways.
Adding signaling = c('GABA_Gabrg3') it returns message You need to setslot.name == 'netP'if showing specific signaling pathways
signaling = c('GABA_Gabrg3')
You need to set
if showing specific signaling pathways
Adding slot.name == 'netP',signaling = signaling, it returns message Error in methods::slot(object, slot.name) : object 'slot.name' not found
slot.name == 'netP',signaling = signaling,
Error in methods::slot(object, slot.name) : object 'slot.name' not found
What should the correct syntax be?
Thank you!
Hello, I want to plot specific signaling pathways using rankNet_Neuron.
The function works fine showing all pathways.
Adding
signaling = c('GABA_Gabrg3')
it returns messageYou need to set
slot.name == 'netP'if showing specific signaling pathways
Adding
slot.name == 'netP',signaling = signaling,
it returns messageError in methods::slot(object, slot.name) : object 'slot.name' not found
What should the correct syntax be?
Thank you!