Hi All, I was wondering if anyone knew a way to get both the intersect and difference of a grange object while expanding out metadata columns. In other words if I had a grange object like this:
`` gr1 <- GRanges(seqnames=c(1), ranges=IRanges(start=c(1), end=c(5)), strand=c("*"), mcols=c("a")) ``
<code>GRanges object with 1 range and 1 metadata column:<br/>
&nb…
updated 9.6 years ago • zlskidmore
