This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Find number of X and Y chromosomes in each sample (.csv data)

I have data that contains n number of samples. One file has the average depth of each interval for each sample. Other has chromosome start and end of the intervals present in the previous file.

How can I find number of X and Y chromosomes in each sample with this information?

depthofcoverage aneuploidy

grep the file by chromosome x and y. Please post few example lines here

But that would give only the depth of chromosomes X and Y right?

2 answers

Depth

Interval Order

https://ibb.co/fiEx2F

Log in to answer this question.