Skip to content

Commit

Permalink
Citation feature added
Browse files Browse the repository at this point in the history
  • Loading branch information
MMedzin committed Jul 11, 2023
1 parent 2a158c5 commit d9765c1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
cff-version: 1.2.0
message: "If you use this study, please cite it as below."
authors:
- family-names: "Mędzin"
given-names: "Michał"
github: "https://github.com/MMedzin"
- family-names: "Brzeziński"
given-names: "Dariusz"
github: "https://github.com/dabrze"
orcid: "https://orcid.org/0000-0001-9723-525X"
title: "CLUSTERING METHODS FOR GENOMIC DATA"
version: 1.0.1
doi: 10.5281/zenodo.8136372
date-released: 2023-07-11
url: "https://github.com/MMedzin/clustering-genomic-data"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Clustering algorithms on genomic data
[![DOI](https://zenodo.org/badge/{github_id}.svg)](https://zenodo.org/badge/latestdoi/{github_id})

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.

## Experimental setup
Expand Down

0 comments on commit d9765c1

Please sign in to comment.