You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Expected behavior
We should add some functions
which would return the
PairwiseAlignment
orString
representing the alignment.Current behavior
Doesn't exist
Possible implementation
~
Context
Haplotype
s 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
The text was updated successfully, but these errors were encountered: