diff options
author | Frederick Muriuki Muriithi | 2022-03-16 08:27:39 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-03-16 08:27:39 +0300 |
commit | a7b9dcbe3c30da701c4c47f570f3203c8ed66525 (patch) | |
tree | 4b2508e608a7daf7ec4b0fb26cd45edb59c6d991 /topics/quality-control | |
parent | e8e876fd49c8a52944baec0b9313659917ac9a97 (diff) | |
download | gn-gemtext-a7b9dcbe3c30da701c4c47f570f3203c8ed66525.tar.gz |
Tag and Prioritise more issues
Diffstat (limited to 'topics/quality-control')
-rw-r--r-- | topics/quality-control/qc-checks.gmi | 8 | ||||
-rw-r--r-- | topics/quality-control/qc.gmi | 8 | ||||
-rw-r--r-- | topics/quality-control/shapiro-wilk-test.gmi | 5 | ||||
-rw-r--r-- | topics/quality-control/ui-design.gmi | 8 |
4 files changed, 29 insertions, 0 deletions
diff --git a/topics/quality-control/qc-checks.gmi b/topics/quality-control/qc-checks.gmi index 0d04625..dc18f94 100644 --- a/topics/quality-control/qc-checks.gmi +++ b/topics/quality-control/qc-checks.gmi @@ -45,3 +45,11 @@ is allowed into the GeneNetwork will be 22,000 entries. 12. Check for CRLF. 13. Check for UTF-8 encoding. + +## Tags + +* assigned: jgart +* type: feature-request +* priority: high +* status: unclear +* keywords: quality control diff --git a/topics/quality-control/qc.gmi b/topics/quality-control/qc.gmi index 96c4604..7b5d1e4 100644 --- a/topics/quality-control/qc.gmi +++ b/topics/quality-control/qc.gmi @@ -31,3 +31,11 @@ Note we could run QC through the REST API too. That would allow it to be run from R and Python and Jupyter notebooks. Make it part of GN3. The tricky part is still how the data is handled in escrow. + +## Tags + +* assigned: jgart +* priority: high +* type: feature-request +* status: in progress, beta +* keywords: quality control diff --git a/topics/quality-control/shapiro-wilk-test.gmi b/topics/quality-control/shapiro-wilk-test.gmi index b1bdbfd..352dc5b 100644 --- a/topics/quality-control/shapiro-wilk-test.gmi +++ b/topics/quality-control/shapiro-wilk-test.gmi @@ -31,3 +31,8 @@ perform Ordered Quantile normalization43 on all phenotypes. QTL -- A quantitative trait variant in Gabra2 underlies increased methamphetamine stimulant sensitivity ``` + +## Tags + +* type: documentation +* keywords: documentation, Shapiro Wilk test diff --git a/topics/quality-control/ui-design.gmi b/topics/quality-control/ui-design.gmi index 84f7748..029a2b8 100644 --- a/topics/quality-control/ui-design.gmi +++ b/topics/quality-control/ui-design.gmi @@ -39,3 +39,11 @@ dataset so that we can inspect it." "Inbred Set ID 1 is the same as BXD" > These are the strains: ... + +## Tags + +* assigned: jgart +* type: feature-request +* status: unclear +* priority: medium +* keywords: UI, quality control |