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

estimate read counts of a specific region of a transcript #417

Open
zixuanxie opened this issue Nov 20, 2023 · 1 comment
Open

estimate read counts of a specific region of a transcript #417

zixuanxie opened this issue Nov 20, 2023 · 1 comment

Comments

@zixuanxie
Copy link

Hi, I'm wondering if there's a way to estimate: for a transcript, the ratio of reads mapped to its 3'end against the reads mapped to its 5'end. Thanks very much.

@Yenaled
Copy link
Collaborator

Yenaled commented Nov 20, 2023

Nope, but here are a few suggestions:

  1. In your transcriptome reference, you could split up the transcript(s) associated with the gene into two parts: the 5' part and the 3' part.
  2. In kallisto versions (<=0.48.0), you can use --genomebam to create a BAM file that you can load into a genome browser to view where the reads map along a gene.
  3. Extract all reads that map to that transcript, and then do a second alignment (using a standard aligner) against that transcript sequence for those reads to see where they map along the transcript.

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