Releases: Aephir/create_heatmap
Release list
v2.0.6
v2.0.5
v2.0.2
v2.0.1
v2.0.0
Full re-write for better modularity and clarity for reader. Also:
- Better documentation (docstring and README.md)
- Allows significant customization with minor edits to one "parameters" dictionary (documented)
- Allows better access to modify single cells with custom color and text
- Fixed numerous typos and errors, mostly for edge cases of custom modification
- Now allows heatmaps of any shape
v1.1.1
v1.1.0
v1.0.0
Version 1.0.0.
Creates a heatmap from a (correctly formatted, see data/example.csv) csv file with EC50 values (calculated from pEC50), pEC50 values errors (S.E.M., CI95, or whatever you prefer), and number of independent repeats.
The heatmap will be color coded with the following colors form low to high ("#363636", "#4D91BE", "#F8CD3D") according to the pEC50 values, and will write two lines of text for each cell.
Line 1: EC50 value (rounded to two significant digits, given in nM)
Line 2: pEC50±$ERROR (n=X)
Where $ERROR is the error range given in the preferred format and X is the number of independent repeats.
For any blank cells, the background will be white (or transparent) with the following lines:
Line 1: >10,000
Line 2: <5