-
### What happened?
After latest update the values of sensitivity settings are presented as decimals in Z2M.
![Screenshot_20241101_212513_Home Assistant](https://github.com/user-attachments/assets/…
-
In https://github.com/UW-GAC/analysis_pipeline assoc_plots, instead of hardcoding the threshold for p-value to 38.5, use `.Machine$double.xmin` to calculate the threshold that can be used. The current…
-
We could improve the performance of CTEs that mutate multiple tables linked with FK constraints by eliminating unnecessary FK checks in some cases.
Consider the following schema and CTEs:
```sql…
-
Hi everyone,
I performed an analysis with REGENIE on 2058 patients with a quantitative trait and 7 different covariates. For 5 SNPs I reached a p-value < 5x10-8.
I repeated the linear regressi…
-
It maybe my fault, but I'm not finding these statistics on the fixed effects models.
From the PanelOLS().fit() results, can see the estimated_effects dataframe.
But what about these values error…
-
### Summary
Add a way to switch from an instanceId to another instanceId from the SLO details page.
For each group, allow to change the group value and therefore the instanceId.
We need a new inter…
-
When I fit two models and run anova_lm.. I get p-values of NaN for both models. However, when I use 'np.abs(table['df_diff'])' instead of 'table['df_diff']' as an argumnet to the 'stats.f.sf' functio…
-
For arithmetic computation, can we add our own p_values such as:
21888242871839275222246405745257275088548364400416034343698204186575808495617
-
From my understanding of scvelo.tl.rank_velocity_genes, I assumed that it ran the same algorithm as scanpy.tl.rank_genes_groups but on the velocity expression layer and not the gene expression layer. …
-
is it possible to use enloc with p-values from GWAS, instead of z-scores? The GWAS I would like to use has only provided p-values.
Thanks