tsv file genome coverage
0
1
Entering edit mode
3.2 years ago
kimkes25 ▴ 50

Hello, I have a tsv file that looks like this :

file Capture
picture sharing

I want to know what is the file's coverage of the genome. The data in it represents cut sites of crisper cas9 in T cells.

I tried to follow this post, but it always gives the same answer for any input in tsv format. command:

bc <<< "scale=10; 100 * $(awk '{sum=$3-$2}END{print sum}' /groups/itay_mayrose/kimk/targets_file_Leenay_mean_eff_coordinates.tsv) / $(awk '{sum+=$2}END{print sum}' hg38.chrom.sizes)"

output:.0000006231

I also know there are 1556 sites of length 20 in the file if it helps.

tsv genome • 1.2k views
ADD COMMENT
0
Entering edit mode

Could it be chromosome identifier? Your file has bare numbers and UCSC files typically have chr prefix. See if it works if you add a chr prefix to your chromosome identifiers.

ADD REPLY

Login before adding your answer.

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