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

Mismatches to the Reference #118

Open
DarioS opened this issue Sep 8, 2016 · 1 comment
Open

Mismatches to the Reference #118

DarioS opened this issue Sep 8, 2016 · 1 comment

Comments

@DarioS
Copy link

DarioS commented Sep 8, 2016

There's no documentation I can find about how kallisto handles mismatches to the reference transcriptome. Is there any way to set a maximum value or to quantify the mismatches, such as for the purpose of allele-specific expression analysis? I notice that it can't be done with --pseudobam because it uses a placeholder CIGAR string.

If I need to do both differential transcript expression and allele-specific analysis, it seems that mapping to the genome with a traditional aligner would be necessary to be able to address both tasks and using kallisto for differential expression would simply make the methods of a journal article longer.

@pmelsted
Copy link
Contributor

pmelsted commented Mar 7, 2017

Mismatches to the references usually cause the k-mer matcher not to find any matches, thus it would have to use surrounding k-mers to pseudoalign the read. There are no options to specify the maximum number of mismatches and allele specific expression analysis can only be done "by hand", i.e. modifying the reference.

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