-
## Steps to reproduce
Create a 5x postgresql cluster
Create a 3x pgbouncer cluster in front of it
Turn down 2 out of 5 postgresql instances to have a degrated but functional cluster
Try to connect…
-
Steps to reproduce:
```
LOAD SPATIAL;
CREATE TABLE test (p POINT_2D);
INSERT INTO test (p) VALUES (ST_Point2d(0,0));
EXPORT DATABASE 'test';
DROP TABLE test;
IMPORT DATABASE 'test';
```
T…
-
This issue seems to have been reported before (eg #10) but as it is closed I decided to open a new one.
I'm trying to run the following PALM analysis with GNU Octave on HCP subjects:
```
palm -i …
tobac updated
6 months ago
-
您好,我是中国农业科学院的博士生王斐,我是在解决不了这个问题,一直说我的P值有问题,我们付费请您远程帮我看一下,您看是否可以,您可以直接通过手机微信联系我,18515952091,谢谢您
-
If I understand correctly, modifying the `RightTrimFraction` or `LeftTrimFraction` parameters of the `OutFLANK` function changes the Fst values used to estimate the Fst distribution. Since the Fst dis…
-
Very simple question:
Is there a way to round the p values returned by `stat_compare_means(label = "p.format")` ? Currently it prints 5 digits, but I'd like to reduce it to 3 to be able to plot mor…
-
I think I found the issue with those p-values. It looks like when you melt to overwrite “step_data” on line 328 you do so with the whole data frame which makes “Date” a treatment variable. Since value…
-
prerequesites
- [x] map all scores to specific set of pathways
- [x] use same pathway set input for glmnet
kinds of models
- [x] pathways
- [x] mutations and pathways as one input (to compare mut to …
-
When using flag `u`, Regex Colorizer (as of v1.0.0) uses a [simplistic regex](https://github.com/slevithan/regex-colorizer/blob/20709a0ccf6765eb609e1b6dd595de8d37eeea25/src/index.js#L6) to identify Un…
-
Current adjustment options are holm and bonferroni. API should support no adjustment.