Bioconductor / GenomicRanges

Representation and manipulation of genomic intervals
https://bioconductor.org/packages/GenomicRanges
41 stars 17 forks source link

fixed makeGRangesFromDataFrame() for zero length DataFrame #35

Closed FelixErnst closed 4 years ago

FelixErnst commented 4 years ago

makeGRangesFromDataFrame() currently does not work with an empty DataFrame, because ans_strand gets a non-zero length value by default.

LiNk-NY commented 4 years ago

Please follow #38