Hello, I would like to add to a Python script an estimation (quick and dirty) of the complexity of the DNA sequence already taken as input by the script itself. A solution would be to calculate the compression ratio, but I do not know how to calculate it: do you? Any other approach is also welcome.
what do you mean by "complexity of the DNA sequence" ?
I mean a measure of the amount of computational effort needed to specify the DNA string.