visualizing the Shallow whole genome sequencing on the UCSC
1
0
Entering edit mode
4.9 years ago
Sara ▴ 240

I have a Shallow whole genome sequencing data set and aligned that using bwa. I am trying to visualize the data on the UCSC. first I made wig file but they are so big to be uploaded then I made bedgraph file and managed to upload them on the UCSC but the coverage is so low. here you find a screenshot of the UCSC. do you know what the problem is or how I can make a better visualization of reads on the genome.

enter image description here

genome • 1.6k views
ADD COMMENT
0
Entering edit mode

Hi Sara, I think you need to change the picture markdown to:

[ucsc_example][1]

  [1]: https://i.ibb.co/Cv8dk2Q/ucsc.png
ADD REPLY
0
Entering edit mode

Yep, please also see How to add images to a Biostars post, made the changes for you this time.

ADD REPLY
0
Entering edit mode

How did you generate that track? I would go with deeptools bamCoverage to get a bigwig track.

ADD REPLY
0
Entering edit mode

@ ATpoint: thanks. do you know how I can find copy numbers (CNVs)?

ADD REPLY
0
Entering edit mode

There are many tools for this available. Please use google and the search functions for recommendations and papers.

ADD REPLY
0
Entering edit mode
4.9 years ago
bernatgel ★ 3.4k

Hi Sara,

If you have shallow WGS you'll probably want to plot a whole genome view or at least a chromosome-wide view. You can create these plots in R with karyoploteR using the kpBAMDensity function:

library(karyoploteR)
bam.file <- "path/to/your/bam"

kp <- plotKaryotype()
kpPlotBAMDensity(kp, bam.file)

You can plot more than one sample in the same image using r0 and r1 and you can customize the appearance of the data in many ways. You can find more information in karyoploteR's vignette or in the tutorial page.

ADD COMMENT

Login before adding your answer.

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