natverse / neuprintr

R client utilities for interacting with the neuPrint connectome analysis service
http://natverse.org/neuprintr
3 stars 3 forks source link

Fix grepl for ROIs #3

Closed romainFr closed 4 years ago

romainFr commented 4 years ago

Switch to grepl with fixed=TRUE when matching ROI names as some of the ROI names contain brackets. This was causing neuprint_find_neurons to return connections all equal to 0 when the ROI name contained a parenthesis.