IGV like plots with GViz
0
0
Entering edit mode
@deepak-tanwar-8113
Last seen 17 months ago
McGill University, Canada

Hello everyone,

I would like to create coverage plots like IGV (like we obtain after autoscale)

How I am trying to do?

  1. Read the bam files with windowCounts from csaw package`.
  2. Normalized the read counts.
  3. code to make data track:
track <- DataTrack(range = data,
                       genome = gen,
                       type = "histogram",
                       name = "normalized track",
                       window = -1,
                       chromosome = chr,
                       color = col,
                       fill=col, col.histogram=col,
                       background.title = rcol,
                       trackType = "DataTrack")

Plots I a getting are not same as they are displayed on IGV

How can I improve my coverage plot?

gviz R IGV • 1.3k views
ADD COMMENT

Login before adding your answer.

Traffic: 559 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6