read counts per chromosome arm
1
0
Entering edit mode
4.9 years ago
Sara ▴ 240

I have DNAseq data and trying to get the read counts per chromosome arm. but I do not know the correct way. shall I align to every chromosome separately or the whole genome? how can I count the reads per chromosome arm? I mean what tool can I use for this goal?

genome alignment • 773 views
ADD COMMENT
1
Entering edit mode
4.9 years ago

get a bed for each q/p for each chromosome, eg. see Programmatically convert cytoband location to genomic coordinates

then for each bed record, use samtools view -c to count the reads.

ADD COMMENT

Login before adding your answer.

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