diff options
author | jgart | 2021-11-22 20:59:40 -0500 |
---|---|---|
committer | jgart | 2021-11-22 20:59:40 -0500 |
commit | 77153d053fee86f80c9bcf190ef1d303602c95a9 (patch) | |
tree | ef37a15c889ee9ad95d25597ecf124dbeb800882 | |
parent | 1abf5bc1b5158d9a83ad61ef2ac27bdb62160ad5 (diff) | |
download | gn-gemtext-77153d053fee86f80c9bcf190ef1d303602c95a9.tar.gz |
Adds gene symbols issue
-rw-r--r-- | issues/quality-control/enumerate-all-qc-checks.gmi | 2 | ||||
-rw-r--r-- | issues/quality-control/gene-symbols.gmi | 13 |
2 files changed, 13 insertions, 2 deletions
diff --git a/issues/quality-control/enumerate-all-qc-checks.gmi b/issues/quality-control/enumerate-all-qc-checks.gmi index da2799a..2f72f24 100644 --- a/issues/quality-control/enumerate-all-qc-checks.gmi +++ b/issues/quality-control/enumerate-all-qc-checks.gmi @@ -5,5 +5,3 @@ We need to enumerate all QC checks and platforms that we want to test against. * assigned: jgart, arthur * in progress - -Arthur was here. diff --git a/issues/quality-control/gene-symbols.gmi b/issues/quality-control/gene-symbols.gmi new file mode 100644 index 0000000..63265ea --- /dev/null +++ b/issues/quality-control/gene-symbols.gmi @@ -0,0 +1,13 @@ +# Gene Symbol Mappings + +How can/should I lookup *all* the known mappings between different representations of symbol names? + +For example, B6 maps to C57BL/6J and D2 maps to DBA/2J. + +I'll need that mapping information for every strain, symbol etc... that has an alias in order to make the conversions. + +Ideally, I can have those mappings in some machine-readable format like csv, json, etc... + +* assigned: jgart, arthur + +* in progress |