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

Multimapped Reads #58

Open
ky66 opened this issue Aug 19, 2020 · 1 comment
Open

Multimapped Reads #58

ky66 opened this issue Aug 19, 2020 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@ky66
Copy link

ky66 commented Aug 19, 2020

How does this package deal with multi-mapped reads?

@r78v10a07 r78v10a07 self-assigned this Sep 19, 2020
@r78v10a07 r78v10a07 added the question Further information is requested label Sep 19, 2020
@r78v10a07
Copy link
Member

The model to describe the genomic features used for a gene is created from the GTF provided by the user. TPMCalculator performs two transformations which are executed on the genomic coordinates generating regions for the genes that include the exons and ‘pure’ intron regions as shown in Supplementary Figure S1. The first transformation creates overlapped exons for all alternative spliced forms of the gene. A single gene model is generated with unique exons and introns which includes the sequence of all exonic regions. The second transformation creates a list of pure intron regions that replace those generated by the first transformation. We should emphasize that only the intron regions included are from regions that are not from overlapping exons of other genes. Reporting TPM values for these unique introns permits further identification of alternative splicing events such as intron retention. Additionally, a set of non-overlapped gene features (exons and introns) are generated and used for TPM calculation.

bty896_Figure_S1

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

No branches or pull requests

2 participants