Skip to content

Issue on GAworkshop/contents/03_sexdet/sexdet.rst #3

@shangshanzhizhe

Description

@shangshanzhizhe

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions