I have some bam files
and want to determine sex ratio
of each sample. I think I have 2 ways to do so.
1- getting the ratio of x and y chromosomes (if so, what ratio is the best).
2- give a fixed fraction of x chr and y chr in my bam files (based on read count). (if this method , what fraction would be the best).
what would be the best approach?