BIMSBbioinfo / ciRcus

An R package for annotation of circular RNAs
10 stars 5 forks source link

improve wobble logic #17

Open retaj opened 7 years ago

retaj commented 7 years ago

If several circRNAs are within the predefined wobble range, they will be collapsed to a single circRNA by calling range() on their GrangesList. I would prefer to collapse to the best-expressed circRNA candidate within the wobble range for a variatey of reasons (most discomforting one being that range() can return a set of coordinates that are never giving rise to a circRNA).