-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replicated samples in divergence functions #102
Conversation
Unit tests are still needed. |
Now, if there are repeated samples, i.e.,
the repeated samples are handled by calculating average. The output is like this:
|
I think the simplest solution for this is to create new grouping variables to
Also, one can always input own reference samples. |
"Multiple reference samples" handling is now moved to mia::getDivergence, it is more straightforward solution: microbiome/mia#680 |
getStepwiseDivergence:
I think it was not optimal to expect user to subset data so that there were no replicated samples. Now user gets warning if there are replicated timepoints, and the average is calculated.