Entering edit mode
Ido M. Tamir
▴
150
@ido-m-tamir-2778
Last seen 10.5 years ago
Hi,
I need to aggregate Granges by metadata I would like to write
something like:
ggply(granges, .(transcript_id, type), function(tt) {
...
})
is this possible?
thank you very much,
ido