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
I realized that pwalign::pairwiseAlignment doesn't have functionality to use the EDNAFULL matrix that Embos Needleman-Wunsch utility needle uses. Even when provided with custom EDNAFULL matrix, I am unable to reproduce the results. A guy opened a similar issue 22 months ago on Bioconductor forum here but it wasn't answered so I am raising a similar issue here.
Besides, I realize the Emboss calculates the Percent identity very differently as 100 * sum(No. of matches or mismatches) / (sum(nchar(Primer1),nchar(Primer2)) - sum(No. of matches or mismatches)).
@jwokaty @hpages
I realized that pwalign::pairwiseAlignment doesn't have functionality to use the EDNAFULL matrix that Embos Needleman-Wunsch utility
needle
uses. Even when provided with custom EDNAFULL matrix, I am unable to reproduce the results. A guy opened a similar issue 22 months ago on Bioconductor forum here but it wasn't answered so I am raising a similar issue here.Besides, I realize the Emboss calculates the Percent identity very differently as
100 * sum(No. of matches or mismatches) / (sum(nchar(Primer1),nchar(Primer2)) - sum(No. of matches or mismatches))
.As can be seen the scoring is different.
In some cases even the alignment is also different as can be seen below:
While emboss gives me the following
This is the EDNAFULL matrix that I am using
I am using
pwalign 1.1.0
The text was updated successfully, but these errors were encountered: