Skip to content

Commit

Permalink
Added figshare link, zenodo conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
fpsom committed Sep 10, 2019
1 parent 0d67c0a commit 77b4829
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 5 deletions.
21 changes: 21 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"description": "<p>Machine learning has emerged as a discipline that enables computers to assist humans in making sense of large and complex data sets. With the drop-in cost of sequencing technologies, large amounts of omics data are being generated and made accessible to researchers. Analysing these complex high-volume data is not trivial and the use of classical tools cannot explore their full potential. Machine learning can thus be very useful in mining large omics datasets to uncover new insights that can advance the field of medicine and improve health care.</p>\n<p>The aim of this tutorial is to introduce participants to the Machine learning (ML) taxonomy and common machine learning algorithms. The tutorial will cover the methods being used to analyse different omics data sets by providing a practical context through the use of basic but widely used R and Python libraries. The tutorial will comprise a number of hands on exercises and challenges, where the participants will acquire a first understanding of the standard ML processes as well as the practical skills in applying them on familiar problems and publicly available real-world data sets.</p>",
"license": "CC-BY-4.0",
"title": "Introduction to Machine Learning: Opportunities for advancing omics data analysis",
"version": "v1.0.0",
"upload_type": "software",
"publication_date": "2019-09-09",
"creators": [
{
"affiliation": "H3ABioNet",
"name": "Amel Ghouila",
"orcid": "0000-0002-1597-1841"
},
{
"affiliation": "Institute of Applied Biosciences - CERTH, GR",
"name": "Fotis E. Psomopoulos",
"orcid": "0000-0002-0222-4273"
}
],
"access_right": "open"
}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Zenodo DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3381145.svg)](https://zenodo.org/record/3381145)

<div class="sponsor-logos">
<a href="https://www.elixir-europe.org/" title="ELIXIR">
<img style="margin-right:50px" alt="ELIXIR" src="static/images/ELIXIR-logo.png" width="120"/>
Expand Down Expand Up @@ -82,7 +84,7 @@ Relevant literature includes:

1. [Pattern Recognition and Machine Learning](http://users.isr.ist.utl.pt/~wurmd/Livros/school/Bishop%20-%20Pattern%20Recognition%20And%20Machine%20Learning%20-%20Springer%20%202006.pdf) by Christopher M. Bishop.
2. [Machine learning in bioinformatics](https://academic.oup.com/bib/article/7/1/86/264025), by Pedro Larrañaga et al.
3. [Ten quick tips for machine learning in computational biology](https://biodatamining.biomedcentral.com/articles/10.1186/s13040-017-0155-3), by Davide Chicco
3. [Ten quick tips for machine learning in computational biology](https://biodatamining.biomedcentral.com/articles/10.1186/s13040-017-0155-3), by Davide Chicco
3. [Statistics versus machine learning](https://www.nature.com/articles/nmeth.4642)
4. [Machine learning and systems genomics approaches for multi-omics data](https://biomarkerres.biomedcentral.com/articles/10.1186/s40364-017-0082-y)
5. [A review on machine learning principles for multi-view biological data integration](https://academic.oup.com/bib/article/19/2/325/2664338)
Expand Down
2 changes: 1 addition & 1 deletion episodes/01-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ The R programming language has gained considerable popularity among statistician

### Slides / material

The slides for this section are available [here](https://raw.githubusercontent.com/fpsom/IntroToMachineLearning/gh-pages/to/be/added/)
The slides for this section are available [here](https://doi.org/10.6084/m9.figshare.9784190)
2 changes: 1 addition & 1 deletion episodes/02-bioinformatics-and-ml.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Which algorithm should you choose to start? In short; The simplest one!

### Slides / material

The slides for this section are available [here](https://raw.githubusercontent.com/fpsom/IntroToMachineLearning/gh-pages/to/be/added/)
The slides for this section are available [here](https://doi.org/10.6084/m9.figshare.9784190)
3 changes: 1 addition & 2 deletions episodes/04-supervised-learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,5 +400,4 @@ abline(a = 0, b = 1)

| **Exercises** | |
|--------|----------|
| 1 | ToDo |
| 2 | ToDo |
| 1 | Try working with additional columns as targets for the regression. |

0 comments on commit 77b4829

Please sign in to comment.