PoisonAlien / trackplot

Generate IGV style locus tracks from bigWig files in R
140 stars 16 forks source link

Custom gene annotation - alternative to UCSC #36

Closed jcm6t closed 4 months ago

jcm6t commented 4 months ago

I am interested in RNA-seq bigwig visualization of gene exon read coverage but the experiment is for non black6 mice.

Enhancement request: read a custom annotation file (eg GTF) instead of going to UCSC.

Thanks. Joe.

PoisonAlien commented 4 months ago

Hi,

This is already implemented. You can pass a custom gtf to track_extract() with the argument gtf. Let me know if this works.

jcm6t commented 4 months ago

Thanks, I must have missed it in the documentation. I'll close this and reopen if there's an issue.