We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
halSnps allows the extraction of snps declaring a refGenome and one or multiple targetGenomes. The output is reported as below :
refSequence refPosition Scer Spar chrI_Scer 4 A A chrI_Scer 10 C A
is it possible to return also the corresponding genomic coordinates of the genome "Spar" along with the allele? so, for example,
refSequence refPosition Scer Spar targetGenome1Sequence targetGenome1Position chrI_Scer 4 A A chrI_Spar 6 chrI_Scer 10 C A chrI_Spar 15
and so on for all the "targetGenome" provided as input?
The text was updated successfully, but these errors were encountered:
Hi,
is there any way to achieve that?
thanks
Sorry, something went wrong.
No branches or pull requests
halSnps allows the extraction of snps declaring a refGenome and one or multiple targetGenomes.
The output is reported as below :
is it possible to return also the corresponding genomic coordinates of the genome "Spar" along with the allele? so, for example,
and so on for all the "targetGenome" provided as input?
The text was updated successfully, but these errors were encountered: