Skip to content

[Suggestion] Add TPM as a method for calculating coverage #22

@apcamargo

Description

@apcamargo

Currently, CoverM offers the user to output contig and genome coverage in RPKM. This metric is cool because it corrects for both library size and contig/genome length.

TPM (transcripts per million) is another metric with the same positive aspects and has the advantage that the sum of all contigs/genomes must add to 1.000.000. More on this here. Nowadays, most RNA-Seq quantification software use TPM instead of RPKM.

A the advantage of TPM becomes clear when comparing the coverage between two libraries. If a contig/genome has a higher TPM in library A than in library B, you can infer that this contig/genome is more abundant in library A. If you observed the same with RPKM values, you wouldn't be able to reach the same conclusion, as the total RPKM varies between different libraries.

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