-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Facet in plotbed #16
Comments
I am sorry but I am not sure I understand your first question exactly. Could you explain in more detail what you are trying to achieve? Example code is always helpful. Regarding question 2, you should be able to make plots with only two data points. Maybe you could post the exact code and data you are trying to plot. |
Thank you for your quick response. With respect to second question, I am using the next code, in particular works well, but with a little bit data shows errors like the next. When I using more data I don't have any problems. My data is this (bed archive): chrom | start | end | name | score | strand The Error is this: Code: `plotBed(beddata = dato,chrom = chrom,chromstart = chromstart, zoomsregion(zoomregion1,col=NA,zoomborder="black",lty=1,lwd=2,extend=c(0.02,0.04),wideextend=80,offsets=c(1,0),highlight=TRUE) I hope this time I have explained it better. |
Hello @dphansti
I have questions with respect plotBed function.
I have been trying to do a graphic's set, like the facet function, but i can't. is possible to do it with plotBed?
Moreover, I have to Bed archive with only 2 datas to graph, and i can't to do a graphic with it, which is the minimum number of datas i need to use to graph ?
I will grateful for your response
Danitza
The text was updated successfully, but these errors were encountered: