blob: 9a901cff9c8e53d873b58325f84c95518cb0bbdb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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: fredm, jgart, arthur
* status: closed
|