You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latter query was for neurons with inputs in CA(R).
ca.info = neuprint_find_neurons(
input_ROIs = "CA(R)",
output_ROIs = NULL,
all_segments = FALSE # if true, fragments smaller than 'neurons' are returned as well
)
The text was updated successfully, but these errors were encountered:
@romainFr@alexanderbates I think we should be moving to a new release of the package after which we reduce the rate of churn. Do we think it would be a good idea to implement this change before that?
Yes. I'd be in favor of the neuprint_search convention. Also it would be good to return the same kind of format for the ROI pre and post as neuprint_connection_table (meaning having roi and ROIweight columns instead of the columns named with ROI.pre)?
neuprint_search()
returns columnswhereas
neuprint_find_neurons()
returnsThe latter query was for neurons with inputs in CA(R).
The text was updated successfully, but these errors were encountered: