Hi there, the plot you have in your original post has the whole genome and uses points intead of bars. Would this possible to do in Sushi? I went through the pdf manual but I could not find the exact usage. Best
plot a bedgraph
Hi ,
I would like to plot a bed file with numeric values ( = bedgraph). My input data are : chr pos start end value ( value between -1 and 1)
exemple :
chr19 50906809 50907015 0.8173737057494912
chr19 50909381 50909562 0.2639404477044525
chr19 50909499 50909702 0.5421707627971464
chr19 50909697 50909863 0.7663584319162735
I would like something like this :

Do you have an easy way ? R package or matplotlib solution ?
• 9,863 views
•
link
2 answers
I just discovered the Sushi package which do the job pretty well !
https://bioconductor.org/packages/release/bioc/html/Sushi.html
See plotbedgraph
• 1 views
•
link
• 1 views
•
link
qqman: an R package for visualizing GWAS results using Q-Q and manhattan plots
https://www.biorxiv.org/content/early/2014/05/14/005165

• 1 views
•
link
Log in to answer this question.
Haven't tried, maybe something in https://github.com/deeptools/pyGenomeTracks
Python !! This is awesome ! Thanks !
pyGenomeTracks can't plot multiple chromosomes at once
Maybe something interesting in : https://bernatgel.github.io/karyoploter_tutorial/