-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hi Stephan Schiffels,
I'm referring your coverage calculation method in the sexdet.rst and have a question. The file was referred by the paper, and I think that you misunderstood the Coverage and Depth.
In your sexDetermination.awk example:
if we use the 'xReads += cov', the xReads is how many times the Reads totally covered at the selected sites, and the 'xReads / xSites' will get the average depth of selected sites. But It means "Covered" when there IS Reads mapped on the site.
So Maybe the 'xReads += cov' should be 'xReads += cov' (changed to 'xReads += 1' ) with the judgment 'if cov > 0'.
May I have your suggestion on this issue? Thanks a lot! By the way, your MSMC is excellent~
Shangzhe
Metadata
Metadata
Assignees
Labels
No labels