Chip-Seq and correlation of bam file
1
0
Entering edit mode
7 months ago
qudrat.nii ▴ 10

I want to compare replicates, I calculated read counts over each bin (5 kilobases (kb)) across the whole genome using these commands:

bedtools makewindows -g hg38.fa.txt -w 5000 >hg38.5Kb.windows.bed
bedtools intersect -a hg38.5Kb.windows.bed -b sample1.sorted.bam -c -sorted >sample1.5Kb.windows.counts.bedg

Now, I want to calculate the reads per million values for each bin to calculate the Spearman correlation coefficient.

Please guide me

Chip-Seq • 649 views
ADD COMMENT
2
Entering edit mode
ADD COMMENT
0
Entering edit mode

I need value not the plot

ADD REPLY
1
Entering edit mode

Yes, which are also output to file by the function. Please read their example.

ADD REPLY

Login before adding your answer.

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