krumsieklab / maplet

R statistical toolbox for metabolomics
GNU General Public License v3.0
17 stars 6 forks source link

Add fixed seed to non-deterministic functions #69

Closed KelseyChetnik closed 3 years ago

KelseyChetnik commented 3 years ago

In GitLab by @kelsey.chetnik on Jun 15, 2020, 12:25

Check which functions have a random element, and set.seet() to a constant value.

KelseyChetnik commented 3 years ago

In GitLab by @krumsiek on Jul 10, 2020, 24:28

First step: Check which functions actually have a random element in them. Is it only knn imputing? Does that one already have a fixed seed?

KelseyChetnik commented 3 years ago

In GitLab by @kelsey.chetnik on Sep 23, 2020, 11:30

Surveyed all mt functions - doesn't seem like any mt function makes use of non-deterministic functions. Closing this issue for now.