Skip to content

Commit 3dbcbae

Browse files
authored
add intro paragraph to bio-circos.md
1 parent 39cb3c2 commit 3dbcbae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/python/bio-circos.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jupyter:
3333
---
3434

3535
## Default Clustergram
36-
An example of a default Clustergram component without any extra properties.
37-
36+
A clustergram is a combination heatmap-dendrogram that is commonly used in gene expression data. The hierarchical clustering that is represented by the dendrograms can be used to identify groups of genes with related expression levels. The Dash Bio Clustergram component is a Python-based component that uses plotly.py to generate a figure. It takes as input a two-dimensional numpy array of floating-point values. Imputation of missing data and computation of hierarchical clustering both occur within the component itself. Clusters that meet or exceed a user-defined threshold of similarity comprise single traces in the corresponding dendrogram, and can be highlighted with annotations. The user can specify additional parameters to customize the metrics and methods used to compute parts of the clustering, such as the pairwise distance between observations and the linkage matrix.
3837

3938
```python
4039
import pandas as pd

0 commit comments

Comments
 (0)