Peter Hickey

Results 172 comments of Peter Hickey

Hi Tony, There's work towards this in https://github.com/const-ae/sparseMatrixStats. Cheers, Pete

Would you consider adding notes (or a PR adding notes) to the documentation that results obtained with **matrixStats** may be 'equal' but not 'identical' to base functions? I was looking...

FWIW, `Hmisc::wtd.var()` ultimately calls `stats::cov.wt()` after some processing of the weights. Unfortunately, in a cursory look the GitHub mirror of the R source, I couldn't find much about who implemented...

Agreed on (a) and (b). Not sure I understand (c); `Hmis::wtd.var()` has a `method` argument ```R > args(Hmisc::wtd.var) function (x, weights = NULL, normwt = FALSE, na.rm = TRUE, method...

Interesting that **Hmisc** went through the same issue! I think this is a good solution for **matrixStats**. I find it a little surprising that the default option of `Hmisc::wtd.var()` is...

Sounds good. Do you have an ETA on the next release?

Your post prompted me to re-read and fix the title of my initial post. This should only have been about sums and not means; sorry for the confusion.

Awesome! Thank you for considering the suggestion and for making such a great app.

I've also posted this to the #documentation-translation channel on the Bioconductor slack. @814471489 you can sign up to join the slack group at https://bioc-community.herokuapp.com/

@lazappi : Thanks, Luke. Fingers crossed for the funding (sorry for the slow reply, COVID got me). @ivirshup: Thanks for making the docs public. So should a 'valid' anndata/`.h5ad` object...