-
Notifications
You must be signed in to change notification settings - Fork 8
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
Applications #45
Comments
yes it can work but you may need to adjust ploidy setting
…On Thu, May 2, 2024 at 6:23 AM QuentinPerriere ***@***.***> wrote:
Hello,
I hope that you can help me with this :
Can I use nanocaller on my fastq.gz files generated using ONT minion
technology and a flow Cell R10.4.1 ?
Can I use it to detect variants in fungus ?
—
Reply to this email directly, view it on GitHub
<#45>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNG3OHXFI4A5KLIVU2I443ZAIHZJAVCNFSM6AAAAABHDN4OU2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGI3TKMJUGEZTANY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
thank you , which parameter exactly I have to take into account ? |
You can use |
|
I think that by default it's haploid so when u use this argument , nanocaller will no longer considerate it as haploid. |
By default NanoCaller assumes diploid genome for all chromosomes if no
ploidy is specified. If you use `--haploid_genome` flag then it will use
haploid model and genotype predictions. We suggested using haploid model
assuming your fungus sample is in a haploid life cycle. If not, please
ignore the `--haploid_genome` flag and use default parameters.
…On Thu, May 2, 2024, 10:21 AM QuentinPerriere ***@***.***> wrote:
You can use --haploid_genome to run haploid models.
soeey for interferring in this issue:
In the case where I have diploid organism does it cause problem ? hoow can
I set the ploidy ?
I think that by default it's haploid so when u use this argument ,
nanocaller will no longer considerate it as haploid.
@umahsn <https://github.com/umahsn> correct me if I'm wrong please
—
Reply to this email directly, view it on GitHub
<#45 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIRI4S6WE24PSOOYBNLEMHLZAJKVBAVCNFSM6AAAAABHDN4OU2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJQG44TIMJYGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@umahsn , the model was trained on the human genome, whereas in my case, I'm working on fungi. Will this cause any problems? I'm saying this because I'm not detecting the variants that I'm supposed to detect |
Hi, I tested NanoCaller on fungi dataset and found a problem with calling variants in a relatively lower depth region where the coverage may drop by a factor of 10 or so compared to neighboring few kbp regions. Are you having a similar problem? I am working on a fix for this issue and will make an update soon. |
yes exactly I don't find the expected variants. |
I have added an option to disable coverage normalization: This update is in github repo only so you would need to use |
@umahsn , Thank you for taking the time to answer my question. Based on your previous response, since I'm dealing with fungi (a diploid organism), I don't need to use the parameter --haploid_genome you answer : what I should do in this case please ? |
If you are processing a diploid organism, then do not use --haploid_genome parameter, and keep default parameters. Use |
Hello,
I hope that you can help me with this :
Can I use nanocaller on my fastq.gz files generated using ONT minion technology ?
Can I use it to detect variants in fungus ?
The text was updated successfully, but these errors were encountered: