Skip to content

Interactive program for handling data related to growth rates of different bacteria at different temperatures.

License

Notifications You must be signed in to change notification settings

kalilamali/bacteria_analyzer

Repository files navigation

Bacteria analyzer

This is an interactive program for handling data related to growth rates of different bacteria at different temperatures.

Instructions

To run bacteria_analyzer download Anaconda, download all the program files in one folder and run the main script in Spyder to interact with the program on the console.

Created with:

  Python 3.6.6
  Spyder 3.3.2
  Anaconda
  IPython 7.1.1
  Numpy
  Matplotlib

test.txt

See test.txt to see an example of the data that the program handles.

Each line in the test.txt file consists of the following fields:

  • Temperature.
  • Growth rate.
  • Bacteria.

Bacteria

The bacteria field is a numeric code that correspond to one of the following bacteria names:

  • 1 = Salmonella enterica.
  • 2 = Bacillus cereus.
  • 3 = Listeria.
  • 4 = Brochothrix thermosphacta.

Example plots

LICENSE

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

About

Interactive program for handling data related to growth rates of different bacteria at different temperatures.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages