Skip to content

Commit

Permalink
Update README.md doi badge
Browse files Browse the repository at this point in the history
  • Loading branch information
MMedzin authored Jul 11, 2023
1 parent d9765c1 commit cac200c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Clustering algorithms on genomic data
[![DOI](https://zenodo.org/badge/{github_id}.svg)](https://zenodo.org/badge/latestdoi/{github_id})
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8136372.svg)](https://doi.org/10.5281/zenodo.8136372)

This is a repository with source code and results of experiments for my master's thesis: _CLUSTERING METHODS FOR GENOMIC DATA_. The purpose of the study was to evaluate popular clustering methods and quality measures on the genomic data. The results serve as basic guidance for researchers looking to choose the best method for clustering on genomic data.

Expand Down Expand Up @@ -153,4 +153,4 @@ python results_summary.py results_2023_05_24_2340_MinMaxScaler --score_groups in
python results_summary.py \
results_2023_05_23_1732_PCA_WHOLE_DATA,results_2023_05_24_1020_StandardScaler_WHOLE_DATA,results_2023_05_24_1508_QuantileTransformer_WHOLE_DATA,results_2023_05_24_2340_MinMaxScaler_WHOLE_DATA \
--score_groups individual
```
```

0 comments on commit cac200c

Please sign in to comment.