blob: 1ec1c9de012b9b47f24bd253c08d8fdbf01b4ad7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Remove Extra Partial Correlations Options
## Tags
* assigned: fredm
* keywords: partial correlations
* status: in progress
* type: bug
* priority: high
## Description
When running the partial correlations feature against an entire dataset, the "Compute" element gives the following options, from which the user can select:
* Genetic Correlation, Pearson's r
* Genetic Correlation, Spearman's rho
* SGO Literature Correlation
* Tissue Correlation, Pearson's r
* Tissue Correlation, Spearman's rho
@robw was of the opinion that this is too much, and is entirely unnecessary, suggesting the provision of only two options:
* Pearson's r
* Spearman's rho
This will have corresponding changes in code to get rid of all the code dealing with the differences that were inherent in the former 5 options.
## Related Issues and Topics
=> ../topics/gn1-migration-to-gn2/partial-correlations.gmi
|