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

How bustools count handles multi mappers? #65

Open
kikegoni opened this issue Nov 12, 2020 · 0 comments
Open

How bustools count handles multi mappers? #65

kikegoni opened this issue Nov 12, 2020 · 0 comments

Comments

@kikegoni
Copy link

Hey,

First of all, thanks for implementing kallisto | bustools for scRNA-seq analysis. It is super helpful.

I was wondering how does bustools handle multimapping reads. From what I have read, by running kallisto buskallisto generates the bus file and if a read maps to an equivalence class containing transcripts from two different genes in the bustools count step this read will be discarded, right?

I have two questions regarding this.

  1. If a read maps to an equivalence class containing several transcripts from the same gene, how would that read be quantified? Would it be discarded?

  2. Also, if a read was assigned to an equivalence class mapping 9 transcripts from geneA and 1 transcript from geneB? In that case from what I have read https://github.com/BUStools/bustools/releases , with the -em parameter, it would assigned 0.9 counts to geneA and 0.1 counts to geneB, and with the -m parameter it would assigned 1 count for each gene, right? But with the default options, this read would not be counted.

Are my assumptions right?

Thanks a lot for your help in advance.

Best,

Kike

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

1 participant