Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Switch to median instead of mean #242
Comments
|
Which functions did you have in mind for this? |
sydneyg
commented
Jul 12, 2017
|
sorry, I've never written an issue before, this is the avgdist.Rd function. |
|
This seems trivial to add. @Microbiology --- as you committed this function, do you have any input on whether this is a useful feature to add (& also #243)? (I'm not expecting you to implement it of course!) |
|
The |
jarioksa
added the
feature-request
label
Jul 13, 2017
|
Replacing the line findist <- Reduce("+", distlist)/length(distlist)with findist <- apply(do.call(rbind, distlist), 2, meanfun, ...)and having new argument |
|
Closed with PR #244 |
sydneyg commentedJul 12, 2017
•
edited
@Microbiology Hi can you please add an option to make a median of the subsampled OTU tables instead of the mean?