-
Notifications
You must be signed in to change notification settings - Fork 24
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
Using IGoR for species not supplied #31
Comments
Hi @zacmontague ,
This is indeed what I mean: provided you want to create for new species (e.g a platypus) a recombination model with the same topology than an existing model (say e.g human heavy chain), the commands you have used will create the correct model_parms and marginals files with the custom (platypus) genomic templates you have provided As for your second question about inference parameters:
However in as explained in #28 the most likely reason for your NaNs come from alignment quality and I strongly encourage you to read my answer for that issue. |
Hi Quentin,
In your docs, you stated in the third paragraph of Advanced Usage:
What exactly do you mean in the last sentence? It's unclear. Do you mean, perhaps, that the commands I've written below would allow for model_parms.txt and the like to be produced for a new species?
Example bash script template and IGoR commands
We first set up a convenient variable for setting all the genomic options.
We then run IGoR employing these options.
We initialize a model for the new species from another (predefined) species, here the human model in IGoR.
Recommendations for inference options
For a new species, what do you recommend be the options for
N_iter
andL_thresh
in the inference stage? Currently,N_iter
defaults to five and my Pgen values are mostly NaNs. Would increaseN_iter
improve this as well as manipulatingL_thresh
?The text was updated successfully, but these errors were encountered: