Entering edit mode
Vinicius Henrique da Silva
▴
40
@vinicius-henrique-da-silva-6713
Last seen 18 months ago
Brazil
I would like to compare two DNAStrings that are larger than 20000 basepairs. I tried the matchPattern function from Biostrings package, however, I got this error:
Error in .valid.algos(pattern, max.mismatch, min.mismatch, with.indels, : patterns with more than 20000 letters are not supported
There is a way to analyze these large strings in Bioconductor?