Fork me on GitHub

Examples

InCHlib can also handle missing or unknown values in the data. In the InCHlib input format these values are represented by the javascript null value. An example of leaf containing missing value is shown below:

"leaf-1": { "count": 1, "distance": 0, "objects": ["13736"], "features": [null, 6.675, 5.932], "parent": 222 },

The missing values appear in the heatmap as an empty spaces (holes) thus their color corresponds with the color of the cluster heatmap background (white in this example).

Example settings
Example data
The activities of several ligands measured at three different concentrations. Data are clustered using Euclidean distance and Ward's linkage. Show data >>