blob: 63265ea0ebadb4c8a50fb83670b5547c759dda6a (
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: jgart, arthur
* in progress
|