Skip to content
This repository has been archived by the owner on Oct 12, 2020. It is now read-only.

Showing how to store results in a consistent data structure #9

Open
privefl opened this issue Oct 21, 2017 · 0 comments
Open

Showing how to store results in a consistent data structure #9

privefl opened this issue Oct 21, 2017 · 0 comments
Assignees

Comments

@privefl
Copy link
Contributor

privefl commented Oct 21, 2017

How do you store results of an analysis?

When you have different parameters that are varying, when you compare many methods and when you want to keep all the results of an analysis, your code can become quite complex.

In this tutorial, we'll make a comparison of machine learning methods for predicting disease based on small SNP data. We'll show how to use the tidyverse set of packages to make the analysis easier by using consistent data structures and functional programming. We'll use tibbles with list-columns.


You can find the first version of the tuto there

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants