Import human-to-mouse gene mappings from the Jackson Laboratory (JAX) Mouse Genome Informatics (MGI) website
Source:R/JaxHumanToMouse.R
JaxHumanToMouse.Rd
Import human-to-mouse gene mappings from the Jackson Laboratory (JAX) Mouse Genome Informatics (MGI) website
Examples
object <- JaxHumanToMouse()
#> → Importing /Users/mike/.cache/R/AcidGenomes/BiocFileCache/10707754db740_HOM_MouseHumanSequence.rpt using base::`read.table()`.
print(object)
#> JaxHumanToMouse with 16984 rows and 8 columns
#> dbClassKey humanGeneName humanHgncId humanNcbiGeneId humanOmimGeneId
#> <integer> <character> <integer> <integer> <integer>
#> 1 48773133 A1BG 5 1 138670
#> 2 48757061 A1CF 24086 29974 618199
#> 3 48757008 A2M 7 2 103950
#> 4 48773134 A3GALT2 30005 127550 619850
#> 5 48773135 A4GALT 18149 53947 607922
#> ... ... ... ... ... ...
#> 16980 48766037 ZYG11A 32058 440590 618675
#> 16981 48766038 ZYG11B 25820 79699 618673
#> 16982 48770654 ZYX 13200 7791 602002
#> 16983 48767912 ZZEF1 29027 23140 619459
#> 16984 48762283 ZZZ3 24523 26009 619892
#> mouseGeneName mouseMgiId mouseNcbiGeneId
#> <character> <integer> <integer>
#> 1 A1bg 2152878 117586
#> 2 A1cf 1917115 69865
#> 3 A2m 2449119 232345
#> 4 A3galt2 2685279 215493
#> 5 A4galt 3512453 239559
#> ... ... ... ...
#> 16980 Zyg11a 2446208 230590
#> 16981 Zyg11b 2685277 414872
#> 16982 Zyx 103072 22793
#> 16983 Zzef1 2444286 195018
#> 16984 Zzz3 1920453 108946