diff options
author | Frederick Muriuki Muriithi | 2022-05-16 09:08:37 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-05-16 09:08:37 +0300 |
commit | e2dc25663035715d1088f6cc16a62a9f02fe9512 (patch) | |
tree | 3034c1f8973bcb71400367b7e613f09aca02ba36 | |
parent | cca7b73342e43e283cd55e04c4eefe1e86efb779 (diff) | |
download | gn-gemtext-e2dc25663035715d1088f6cc16a62a9f02fe9512.tar.gz |
New Issue: Remove extra pcorrs options
-rw-r--r-- | issues/remove-extraneous-pcorrs-options.gmi | 30 | ||||
-rw-r--r-- | topics/gn1-migration-to-gn2/partial-correlations.gmi | 2 |
2 files changed, 31 insertions, 1 deletions
diff --git a/issues/remove-extraneous-pcorrs-options.gmi b/issues/remove-extraneous-pcorrs-options.gmi new file mode 100644 index 0000000..1ec1c9d --- /dev/null +++ b/issues/remove-extraneous-pcorrs-options.gmi @@ -0,0 +1,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 diff --git a/topics/gn1-migration-to-gn2/partial-correlations.gmi b/topics/gn1-migration-to-gn2/partial-correlations.gmi index ceba819..06340c8 100644 --- a/topics/gn1-migration-to-gn2/partial-correlations.gmi +++ b/topics/gn1-migration-to-gn2/partial-correlations.gmi @@ -28,7 +28,7 @@ That gives you a list of hits. * assigned: fredm, zsloan, robw * keywords: migration, partial correlations, GN3, GN1 -* status: in progress, deployed, under test +* status: closed * type: feature-migration * priority: medium |