tidyomics / plyranges

A grammar of genomic data transformation
https://tidyomics.github.io/plyranges/
140 stars 18 forks source link

summarise should return a DataFrame #19

Closed sa-lee closed 6 years ago

sa-lee commented 6 years ago

this also removes dependency on tibble

sa-lee commented 6 years ago

addressed in last commit https://github.com/sa-lee/plyranges/commit/39e67cb94131e9347b9e01da3dabe0062555eb9d one slight issue with returning a DataFrame is losing the dplyr functionality but that's for another package to address.