Open mtmorgan opened 7 years ago
The following should work
src = src_organism(dbpath=hg38light()) filter = GRangesFilter(GenomicRanges::GRanges("chr8:18391245-18401218")) exons(src, filter)
but currently requires
exons(src, list(filter))
The following should work
but currently requires