diff --git a/README.md b/README.md index 5ebce68..287f0d6 100644 --- a/README.md +++ b/README.md @@ -35,5 +35,5 @@ The expected input is a JSON file with the following key values:
| pairwise_distances | List of dictionaries where the keys are the tree ids of the pair of trees (strings) and the distance score (float).

Example:
[{'sample_1': 'AML-73-001', 'sample_2': 'AML-22-001', 'distance': 0.6072}, … ]

A tree distance metric can be obtained e.g., with oncotree2vec.| | highlighted_genes | Styles used: "bold", "italic", color code.

Example:
{"bold": ["JAK2", "PTEN", "TP53", "AKT1"]} | -

The JSON files used for the predefined datasets are available in the data folder. +
The JSON files used for the predefined datasets are available in the data folder.