vanOosterhoutLab / HybridCheck

HybridCheck, an R package for quickly scripting scans of sequence data for recombination regions.
http://vanOosterhoutLab.github.io/HybridCheck/
15 stars 6 forks source link

Unexpected similarity values #32

Open fhsantanna opened 2 years ago

fhsantanna commented 2 years ago

I utilized the tool for comparing SARS-COV-2 genomes under default parameters.

teste <- HC$new("~/Desktop/teste_XS_head.fas")
teste$showParameters("TripletGeneration")
teste$analyzeSS()
teste$plotTriplets()

However, I am not understanding the output, because the similarity values are lower than I expected. All three genome sequences are very similar, having more than 90% of identity. Am I missing something?

image