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

[Feature]: Add getter for alignment of a haplotype to its reference #39

Open
MillironX opened this issue Mar 29, 2023 · 0 comments · May be fixed by #42
Open

[Feature]: Add getter for alignment of a haplotype to its reference #39

MillironX opened this issue Mar 29, 2023 · 0 comments · May be fixed by #42
Assignees
Labels
enhancement New feature or request

Comments

@MillironX
Copy link
Member

Expected behavior

We should add some functions

BioAlignments.alignment(::Haplotype{S,T}) where {S,T}
BioAlignments.cigar(::Haplotype{S,T}) where {S,T}

which would return the PairwiseAlignment or String representing the alignment.

Current behavior

Doesn't exist

Possible implementation

~

Context

Haplotypes contain, at their heart, an alignment between the variant strand and the reference strand. There is currently no way to get this information out.

Link to your project

No response

@MillironX MillironX added the enhancement New feature or request label Mar 29, 2023
@MillironX MillironX self-assigned this Mar 29, 2023
@MillironX MillironX linked a pull request Apr 9, 2023 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant