-
Develop MaxUnmix for python. I think Mike Volk may have done this. He did email me today, so I can reach out to him about this.
-
Astrocook convolves the model with a LSF which is sub-optimally sampled at the wavelength grid of the spectrum. It should be oversampled to avoid mis-evaluating the model at the spectrum wavelengths.
…
-
### Expected behavior
If we use
```python
results = platform.execute_qprogram(qprogram)
```
results are not normalised by the time of the acquisition when using qblox and they are normalised if…
-
Hello,
This is directly related to [issue 119](https://github.com/HelenaLC/muscat/issues/119).
We evaluated muscat's implementation of limma-voom. It seems it ignores the observation weights f…
-
Haven't dug any deeper but the first
```python
>>> import ivfit
```
on a fresh build is about 15 seconds. Maybe keeping an eye out for a way to shorten this as it will impact the CI pipeline of th…
-
Hello,
I suggest to include a curve_fit function working with DataFrame objects. It could lead to more readable and less error prone model definitions.
Best regards
Andreas
```
# curve fit us…
-
AttributeError Traceback (most recent call last)
Cell In[10], line 49
40 fit_properties = {
41 "method": "least_squares", # Preferred fitting method from t…
-
Hi David,
we appreciate you used Wetterdienst for conducting a Python curriculum at [HeFDI Forschungsdatentag 2022].
If you like it, we may find a good place for the corresponding Python code at…
-
How to Evaluate when the model is learning the common biology between the two domains?
-
Check if GeomxSet works with available DE packages:
- [x] limma
- [ ] DESeq2
- [ ] EdgeR
Check if we need to create adapter functions to use these.