sestaton / HMMER2GO

Annotate DNA sequences for Gene Ontology terms
MIT License
40 stars 10 forks source link

Custom e-value threshold during mapping procedure #17

Open matveykolesnik opened 5 years ago

matveykolesnik commented 5 years ago

Hello,

Thank you for your tools, it is very useful. I would like to ask, how the tool defines the significance of hits? Is it possible to set custom e-value threshold?

Thanks

sestaton commented 5 years ago

Hi,

Currently there are no significance thresholds used, so what is output would be matches up to the default value (e-value of 10.0).

If this is of interest I could add this to the program if you are finding it is not possible to filter the output.

I guess this short answer is, "no, it is not currently possible." I could easily add this if you think it would help refine the domains reported.

Thanks.