Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coverage is greater than 100 #42

Open
wz115 opened this issue Dec 6, 2023 · 1 comment
Open

coverage is greater than 100 #42

wz115 opened this issue Dec 6, 2023 · 1 comment

Comments

@wz115
Copy link

wz115 commented Dec 6, 2023

Test kmcp with mock community datasets. The result is like this.
1701831778727

@shenwei356
Copy link
Owner

It's reasonable. Similar to sequencing coverage, it means the number of reads aligned to each base or just "copies" of an organism.

$ kmcp profile -h
...

KMCP format:
  Tab-delimited format with 17 columns:

     1. ref,                Identifier of the reference genome
     2. percentage,         Relative abundance of the reference
     3. coverage,           Average coverage of the reference
     4. score,              The 90th percentile of qCov of uniquely matched reads
     5. chunksFrac,         Genome chunks fraction
     ...

Perhaps, the coverage and chunksFrac is a little confusing.

  • 3rd column. coverage, vertical coverage of genome.
  • 5th column. chunksFrac, horizontal coverage of genome chunks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants