• 0 views
•
link
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?
• 1,967 views
•
link
2 answers
• 0 views
•
link
• 0 views
•
link
Log in to answer this question.
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?