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

Generating an isoform level mtx file #88

Open
krtitus opened this issue Mar 14, 2023 · 1 comment
Open

Generating an isoform level mtx file #88

krtitus opened this issue Mar 14, 2023 · 1 comment

Comments

@krtitus
Copy link

krtitus commented Mar 14, 2023

Hello,

I am currently following the kallisto | bustools tutorial on processing nuclear RNA-seq, which runs bustools count on spliced and unspliced transcripts. I know that you can specify --genecounts, which gives you the gene level counts, but what I want are the isoform level counts. When I try to run the command without the --genecounts flag, it outputs the counts for the equivalence classes, which I don't want either. Given that I'm working with bulk, nuclear RNA-seq data, is there a way I can achieve what I want?

@Yenaled
Copy link
Collaborator

Yenaled commented Mar 14, 2023

You can use kallisto quant-tcc to go from EC matrix to isoform matrix. That said, it has never been benchmarked on nucleus data so I'm not sure how well it will work or if the numbers will even be biologically meaningful. The nucleus is tricky because it's mostly nascent, unspliced transcripts that are in the process of being processed. Even 10x single cell data is tricky to get isoform quantification because nearly everything is sequenced at the 3' end so different isoforms share the same 3' end.

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