[Bioc-devel] Reduce Gap Width

Dario Strbenac D.Strbenac at garvan.org.au
Tue Aug 9 09:00:21 CEST 2011


Could it be made possible to neatly reduce all GRanges on a chromosome ?

reduce(GRanges("chr1", IRanges(c(1000, 9000), width = 1000)), min.gapwidth = Inf)

rather than

reduce(GRanges("chr1", IRanges(c(1000, 9000), width = 1000)), min.gapwidth = 999999999)

--------------------------------------
Dario Strbenac
Research Assistant
Cancer Epigenetics
Garvan Institute of Medical Research
Darlinghurst NSW 2010
Australia



More information about the Bioc-devel mailing list