This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Copy Number Variation (CNV) visualizer

Hi,

I would like to know if there is a CNV visualiser which will allow me to visualize CNVs on a per gene or per chromosome level.

Thanks

copy-number-variation cnv visualization

2 answers

here is a list of tools I curate for visualizing CNVs https://cmdcolin.github.io/awesome-genome-visualization/?latest=true&tag=CNV other tags like coverage and general-purpose genome browsers may also be relevant https://cmdcolin.github.io/awesome-genome-visualization/?latest=true&tag=General https://cmdcolin.github.io/awesome-genome-visualization/?latest=true&tag=Coverage (just added pierre's tool also:))

I wrote http://lindenb.github.io/jvarkit/CoveragePlotter.html

usage

java -jar dist/coverageplotter.jar -R src/test/resources/rotavirus_rf.fa --region "RF01:100-200" src/test/resources/*.bam 

for large CNV I also wrote: http://lindenb.github.io/jvarkit/WGSCoveragePlotter.html

Log in to answer this question.