natverse / neuprintr

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

neuprint_connection_table does not pass on by.roi when progress=T #70

Closed jefferis closed 4 years ago

jefferis commented 4 years ago
> head(neuprint_connection_table(c(818983130, 1796818119), by.roi=TRUE))
      bodyid    partner prepost   roi ROIweight weight
1  818983130 5901202409       0 AL(R)        28     28
2 1796818119 5901202409       0 AL(R)        28     28
3 1796818119 1825789179       0 AL(R)        25     25
4  818983130 1825789179       0 AL(R)        24     24
5 1796818119 1671620613       0 AL(R)        22     22
6 1796818119 1796813992       0 AL(R)        17     17
> head(neuprint_connection_table(c(818983130, 1796818119), by.roi=TRUE, progress = T))
  |++++++++++++++++++++++++++++++++++++++++++++++++++| 100% elapsed=00s  
      bodyid    partner prepost weight
1  818983130 5901202409       0     28
2 1796818119 5901202409       0     28
3 1796818119 1825789179       0     25
4  818983130 1825789179       0     24
5 1796818119 1671620613       0     22
6 1796818119 1796813992       0     17
jefferis commented 4 years ago

closed by 16f12193