mgalardini / pyseer

SEER, reimplemented in python 🐍🔮
http://pyseer.readthedocs.io
Apache License 2.0
112 stars 27 forks source link

Setting Semi-Quantitative Phenotypes for MIC Analysis in Pyseer #282

Closed OtakuZerg closed 3 weeks ago

OtakuZerg commented 3 weeks ago

Dear All,

I am reaching out to see if anyone has experience using Pyseer to analyze semi-quantitative phenotype values. Specifically, I am looking to analyze Minimum Inhibitory Concentration (MIC) levels and would like to set continuous values for my key phenotype.

The MIC levels I am working with include values such as <2, 2, 4, ..., 32, >32.

Thank you in advance for any insights or guidance you can share!

Best regards, George

johnlees commented 3 weeks ago

Have a look here: https://www.microbiologyresearch.org/content/journal/mgen/10.1099/mgen.0.001222

Probably best to code them as continuous values for now

OtakuZerg commented 3 weeks ago

@johnlees Thank you so much