From cac200cafdec1036836e8a7e3723f350a06af864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20M=C4=99dzin?= <73162571+MMedzin@users.noreply.github.com> Date: Tue, 11 Jul 2023 18:51:47 +0200 Subject: [PATCH] Update README.md doi badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53e7fd3..06ce617 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 -``` \ No newline at end of file +```