diff options
author | Pjotr Prins | 2023-04-07 02:52:11 -0500 |
---|---|---|
committer | Pjotr Prins | 2023-04-07 02:52:11 -0500 |
commit | 003858b9a55b1147d4da31950614b3d756795e3f (patch) | |
tree | 96a3f4d5ba2ac0c742efa95280ea1d33282b4cf5 | |
parent | ac2c02defbd2b936b4061f619427cb1d05581f69 (diff) | |
download | gn-gemtext-003858b9a55b1147d4da31950614b3d756795e3f.tar.gz |
Cis-trans plots
-rw-r--r-- | issues/features/cis-trans-plot.gmi | 15 | ||||
-rw-r--r-- | issues/gemma/lmm-precomputed-scores.gmi | 4 |
2 files changed, 19 insertions, 0 deletions
diff --git a/issues/features/cis-trans-plot.gmi b/issues/features/cis-trans-plot.gmi new file mode 100644 index 0000000..b129dc1 --- /dev/null +++ b/issues/features/cis-trans-plot.gmi @@ -0,0 +1,15 @@ +# Add Cis-Trans plot + +After we complete precompute we should add Cis-Trans plots for eQTL datasets. + +See also + +=> ../../topics/systems/mariadb/precompute-mapping-input-data.gmi + +# Tags + +* assigned: zsloan, pjotrp +* priority: medium +* type: enhancement +* status: unclear +* keywords: database, gemma diff --git a/issues/gemma/lmm-precomputed-scores.gmi b/issues/gemma/lmm-precomputed-scores.gmi index 1a86e12..31d2acd 100644 --- a/issues/gemma/lmm-precomputed-scores.gmi +++ b/issues/gemma/lmm-precomputed-scores.gmi @@ -34,3 +34,7 @@ MariaDB [db_webqtl]> select ProbeSetId,ProbeSetFreezeId,Locus,LRS,additive from ``` This means for every dataset one single maximum score gets stored (?) + +See also + +=> ../../topics/systems/mariadb/precompute-mapping-input-data.gmi |