"confint" type in DataTrack function (Gviz)
1
0
Entering edit mode
@vinicius-henrique-da-silva-6713
Last seen 10 months ago
Brazil

I am ploting the Gviz Manual example:

library(Gviz)
data(twoGroups)

dTrack <- DataTrack(twoGroups, name = "uniform")

plotTracks(dTrack, groups = rep(c("control", "treated"),
each = 3), type = c("a", "p", "confint"))

The above code is supposed to plot a figure as in page 21 of the Manual (<http://www.bioconductor.org/packages/release/bioc/vignettes/Gviz/inst/doc/Gviz.pdf>).

However, what I am getting is a plot without the area which gives the confidence interval of each group ('control' and 'case').

The "confint" type can´t be used at DataTrack function anymore? If yes, why?

Thank you very much!

Gviz plot confidence interval • 1.6k views
ADD COMMENT
1
Entering edit mode
@florianhahnenovartiscom-3784
Last seen 5.6 years ago
Switzerland

I am assuming that you are trying this on a plotting device that does not support alpha transparency. If you add the alpha.confint=1 parameter to your call to plotTracks, do you see the bands then? 

This visualization does not make too much sense if not plotting with transparency since it tends to overplot anything else.

Florian

ADD COMMENT
0
Entering edit mode

I found it to be the version of Gviz. Thank you very much for your answer!

Login before adding your answer.

Traffic: 547 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