Shanice writes
I'm trying to obtain the node counts of upstream partners for my neuron of interest in the VNC using both catmaid_get_connector_table and catmaid_query_connected. The first function returns the df but the partner_nodes column is filled with NAs or 1s and I can't make sense of how these have been allocated. When I use the second function I get an error message: Error in order(df$syn.count, decreasing = TRUE) : argument 1 is not a vector . I've tried both with FAFB neurons and the correct results are returned so I'm not sure what's going on with my vnc neuron (connection specified by vnc1conn and works fine with other functions)?
Shanice writes I'm trying to obtain the node counts of upstream partners for my neuron of interest in the VNC using both catmaid_get_connector_table and catmaid_query_connected. The first function returns the df but the partner_nodes column is filled with NAs or 1s and I can't make sense of how these have been allocated. When I use the second function I get an error message: Error in order(df$syn.count, decreasing = TRUE) : argument 1 is not a vector . I've tried both with FAFB neurons and the correct results are returned so I'm not sure what's going on with my vnc neuron (connection specified by vnc1conn and works fine with other functions)?