Is there a way to create a track based on FPKM values of RNA-seq data and load that in IGV along with the alignments? Specifically, if a region is diff. expressed from RNA-seq data, I'd like to visualize that in IGV with the FPKM values (just raw alignment depth could be misleading as it is not normalized). Is bedgraph an option for this?
FPKM (or RPKM) values are single values for whole gene. And IGV shows normal count based coverage plots (which could be altered with your own file). So, I'd create a uniform coverage with FPKM value over the length of the gene (over the exons if its RNA-Seq) and input it separately.