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

halSnps - extract snps and corresponding coordinates across targetGenomes #269

Open
nicolo-tellini opened this issue Mar 31, 2023 · 1 comment

Comments

@nicolo-tellini
Copy link

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?

@nicolo-tellini
Copy link
Author

Hi,

is there any way to achieve that?

thanks

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

1 participant