From here , I see the annotation track can be added above by this:
plotTracks(list(detesTrack, dmrTrack), legend = TRUE, groupAnnotation="id", just.group = "above")
My question is that how could I just add annotation to one track when there are multiple.
If I used the codes above, it will add annotation to all track as below. But, I only want to keep the annotation for DETEs not the "unknown" ones for DMRs.
Thanks a lot!
Works, and thanks a lot!