diff options
Diffstat (limited to 'issues/quality-control')
-rw-r--r-- | issues/quality-control/enumerate-all-qc-checks.gmi | 7 | ||||
-rw-r--r-- | issues/quality-control/gene-symbols.gmi | 13 |
2 files changed, 20 insertions, 0 deletions
diff --git a/issues/quality-control/enumerate-all-qc-checks.gmi b/issues/quality-control/enumerate-all-qc-checks.gmi new file mode 100644 index 0000000..2f72f24 --- /dev/null +++ b/issues/quality-control/enumerate-all-qc-checks.gmi @@ -0,0 +1,7 @@ +# Enumerating all QC checks + +We need to enumerate all QC checks and platforms that we want to test against. + +* assigned: jgart, arthur + +* in progress 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 |