-
Hi again, and thanks for your helpful response last time! I have a new question regarding PRScsx-auto.
When performing parallel computation for all 22 autosomes as recommended, PRScsx-auto estimate…
-
### Behavior
Having the Printer calibrated correctly prints come out +/- 0.05mm over whole print space. But still inner holes are too small. XY compensation helps but also compensates for the outer d…
-
XY Hole and Contour Compensation move to Filament Settings, as this varies per material it makes little sense why these settings are currently in the Profile Quality section. Currently I need to have …
-
I think the way we define timber factors and concrete data onto the material is strange, because this data is actually object-specific in FEM-Design. I think it should be defined when creating the obj…
-
Hi,
Thank you for developing SAVERX. I am trying to impute multiple-sample single-cell UMI data using SAVERX. In order to make the gene expression comparable across samples, I have already normaliz…
-
Extend anomaly detection to cover fall to spring. This would cover the final scenario of:
- Spring biannual to first biweekly (which hopefully occurs 2 weeks after): verify 2 week growth of biweekl…
-
There are many cases where an estimated covariance does not have good small sample properties.
We need some regularization methods (beyond what scikit-learn has)
One of the main tasks will be to prov…
-
This plugin is great!. but I noticed there's a lot of padding at the top of the text in the title part of the file.
Is there a way to reduce it?
-
Probably for a future point:
```julia
julia> X = AbstractArray{Union{Float64, Missing}, 2}(randn(5, 7))
julia> X[1, 2] = missing
julia> X[3, 5] = missing
julia> cov(X)
7×7 Array{Union{Missing,…
-
Hi,
Nice paper and thanks for sharing the scripts!
I am trying to use your code to transform (acosh, pearson, dino,...) a large dataset (~1M cells), but get out-of-memory error even with 1T memo…