Entering edit mode
I am using AnnotationTrack to display gene/ORF of a bacteria genome. To show gene names in track, id was assigned. Since some of the gene is very small and only has a very narrow place to display id, gene names overlapped one another and I could not seprated them.
Is there a smart way to display gene names in this situation?
atrack <- AnnotationTrack(ORF, name = "ORF", shape = "arrow", id = ORF$gene, featureAnnotation = "id", showFeatureId = TRUE, fontcolor.feature = "black")
Thank you in advance.