-
Notifications
You must be signed in to change notification settings - Fork 19
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 to achieve higher sensitivity? #30
Comments
What have you tried? How many exons does the gene have? Tblastn doesn't do splice alignment. |
I tried to lower all gap penalty with the following command:
I also tried Only one CDS (two exons, the first one was UTR) in my query gene. |
Hi, I managed to get very high sensitivity with the following parameters: I think key parameters that you did not use are However in my case having one and only one mapping per query was a good assumption (I was mapping metapneumovirus proteins on Flu 1 genome). I was just doing that to evaluate the tool capacity to annotate unknown viruses (which is good). |
also have the same issue! Tried with the parameters above, but I always just have 1 hit whereas blast finds 11 hits |
It was designed to get only the best alignment with a set of parameters that was done very fast to search with maximum effort. from : https://lh3.github.io/miniprot/miniprot.html
If you are working with large databases, it might not be a good idea to use those set of parameters though. |
Ah okay, then I guess it doesn't suit that particular need. Good to know
Here since by default it is already 1000, I don't think it impacts it a lot / should not be decreased |
Hi,
I was using miniprot to align one protein in Sorghum to maize genome, but no matter how I changed the parameters, only one alignment was returned. But if I used tblastn with default parameter, it can return 12 alignments.
So could you point out to me which parameters are responsible for the sensitivity of miniprot?
The text was updated successfully, but these errors were encountered: