natverse / fafbseg

Support functions for analysis of Drosophila connectomes especially the FAFB-FlyWire whole brain
https://natverse.org/fafbseg/
GNU General Public License v3.0
6 stars 4 forks source link

add cave view queries #189

Closed jefferis closed 6 months ago

jefferis commented 10 months ago

replacement for this

dn.roi.out.pandas=dnsheet2 %>% 
  filter(type_upload=='DN') %>% 
  filter(islatest) %>% 
  with(
  reticulate::py_call(fac$materialize$query_view,view_name = 'synapse_region_output_counts', filter_in_dict = fafbseg:::cavedict_rtopy(list(pre_pt_root_id=rootID))))
dn.roi.out <- fafbseg:::pandas2df(dn.roi.out.pandas)
jefferis commented 6 months ago

implemented in https://github.com/natverse/fafbseg/pull/190