lorrainea / MARS

MARS: improving Multiple circular sequence Alignment using Refined Sequences
GNU General Public License v3.0
27 stars 9 forks source link

Best values for q, l and P for chloroplast genomes #8

Closed Silverfoxcome closed 4 years ago

Silverfoxcome commented 4 years ago

Hi!!!I

I'm using mars to rotate my 15 chloroplast genomes of aprox. 140,000 bp in length. I was wondering what values for q, l and P would be the best for sequences of this length.

For now, I'm working with the default values but I don't think this is the best after reading the paper and the values for q, l and P that you used for mitochondrial genomes (of 15,000 bp).

Thank you so much in advance for your help :)

lorrainea commented 4 years ago

Hi, I would use q=5, l=150, P=2.

Providing a small value for l increases accuracy but slows down computation and so l=150 seems reasonable here. The P parameter is like a final precision measure, but it would not make sense to increase this above 2.0 if l is smaller or equal to the square root of the sequence length.

You can attempt this set of parameters and see if it results in a more accurate multiple sequence alignment compared to the default parameters.

Silverfoxcome commented 4 years ago

Hi, I would use q=5, l=150, P=2.

Providing a small value for l increases accuracy but slows down computation and so l=150 seems reasonable here. The P parameter is like a final precision measure, but it would not make sense to increase this above 2.0 if l is smaller or equal to the square root of the sequence length.

You can attempt this set of parameters and see if it results in a more accurate multiple sequence alignment compared to the default parameters.

I'll run it with those parameters then and compare them with the result it got with the default parameters!!!

Thank you so much for your answer!!!!