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
Is it possible to both merge pairs and concatenate those which do not overlap?
The reason for the request is Im dealing with ITS data which of course consists of variable amplicon size. Therefore some of the sequences meet the minimal overlap criteria and merge while others do not and I lose them in the process.
JustConcatenate option just concatenates everything even though there is a potential merge.
I think a combination of both would get the best results for further use in multiple alignments and phylogeny analysis.
Cheers
M
The text was updated successfully, but these errors were encountered:
The issue is that some of the pairs that failed to merge are because of mismatches in the true overlap region, rather than non-overlap, thus those should not be replaced by concatenated versions of the sequences.
We don't have an automated solution for solving that issue, but its certainly something you could devise a solution for, probably based on the output in the merger data.frame, in particular the $nmatch, $nmismatch and $nindel columns.
Hi,
Is it possible to both merge pairs and concatenate those which do not overlap?
The reason for the request is Im dealing with ITS data which of course consists of variable amplicon size. Therefore some of the sequences meet the minimal overlap criteria and merge while others do not and I lose them in the process.
JustConcatenate option just concatenates everything even though there is a potential merge.
I think a combination of both would get the best results for further use in multiple alignments and phylogeny analysis.
Cheers
M
The text was updated successfully, but these errors were encountered: