This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Highlight unique transcripts in Gviz

Cross posted bioconductor support

Hi All,

I am using Gviz to plot transcripts from 5 different tissues. I have independent gtf files for each of the five tissues . I can make the plots showing transcripts, each tissue in different track. Now, I want to highlight the transcripts which are present only in one tissue. Can it be possible to do with Gviz ? Or the community member is having any other suggestion?

Thanks

gviz

1 answer

In the documentation you can find a function for it: HighlightTrack()

see:

https://bioconductor.org/packages/release/bioc/vignettes/Gviz/inst/doc/Gviz.html#6_Track_highlighting_and_overlays

Cheers

Log in to answer this question.