Wei-BioMath / NeuronChat

GNU General Public License v3.0
29 stars 3 forks source link

In rankNet_Neuron, methods::slot(object, slot.name) : object 'slot.name' not found #23

Open DelongZHOU opened 6 months ago

DelongZHOU commented 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

Adding slot.name == 'netP',signaling = signaling, it returns message Error in methods::slot(object, slot.name) : object 'slot.name' not found

What should the correct syntax be?

Thank you!