This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How do I understand -Z option of infernal cmscan?

The userguide says: userguide

But I find another explanation saying that,the -Z should be set to the size of genome times 2.

I am in a mess now. How should I set the -Z , and I also want to know what's the E-value?

rna ncrna cmscan infernal

I believe the question about -Z has been answered already.

As for the E-value, it is basically the number of matches you would expect to get purely by chance that are of a similar quality as the current match (or better). So if you have an E-value of 1, you could expect to get up to one extra match (purely by chance) whose alignment to the query is as good as the match you're looking at currently.

1 answer

To calculate Z please visit this link and use the function

esl-seqstat my_reference.fasta*
  • reference fasta should be your genome.

E-score: The E-value is the statistical significance of the hit: the number of hits we’d expect to score this highly in a database of this size (measured by the total number of nucleotides) if the database contained only nonhomologous random sequences. The lower the E-value, the more significant the hit.

Z: This option ensures that the reported E-values are accurate.

I hope that his helps:

Thank you! very useful instruction.

You are welcome Naemul, feel free to upvote the question or accept the answer if it was useful. In that way we might be able to help more members of the community to solve a similar problem

Log in to answer this question.