tidyomics / plyranges

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

Feature: map_granges #75

Open sa-lee opened 4 years ago

sa-lee commented 4 years ago

Like purrr::map_dfr but for GRanges, essentially a wrapper for bind_ranges(lapply(...)). There could be a parallel backend with BiocParallel too.