Skip to contents

Import human-to-mouse gene mappings from the Jackson Laboratory (JAX) Mouse Genome Informatics (MGI) website

Usage

JaxHumanToMouse(unique = TRUE)

Arguments

unique

logical(1). Only return unique 1:1 mappings between human and mouse. Recommended by default.

Value

JaxHumanToMouse.

Note

Updated 2023-10-12.

See also

  • https://www.informatics.jax.org/

  • https://www.biostars.org/p/9567892/

Examples

object <- JaxHumanToMouse()
#> → Importing /Users/mike/.cache/R/AcidGenomes/BiocFileCache/89e55ab84aa8_HOM_MouseHumanSequence.rpt using base::`read.table()`.
print(object)
#> JaxHumanToMouse with 16983 rows and 8 columns
#>       dbClassKey humanGeneName humanHgncId humanNcbiGeneId humanOmimGeneId
#>        <integer>   <character>   <integer>       <integer>       <integer>
#> 1       45491495          A1BG           5               1          138670
#> 2       45479439          A1CF       24086           29974          618199
#> 3       45481105           A2M           7               2          103950
#> 4       45491496       A3GALT2       30005          127550          619850
#> 5       45491497        A4GALT       18149           53947          607922
#> ...          ...           ...         ...             ...             ...
#> 16979   45478756        ZYG11A       32058          440590          618675
#> 16980   45478755        ZYG11B       25820           79699          618673
#> 16981   45485834           ZYX       13200            7791          602002
#> 16982   45477821         ZZEF1       29027           23140          619459
#> 16983   45489395          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
#> ...             ...        ...             ...
#> 16979        Zyg11a    2446208          230590
#> 16980        Zyg11b    2685277          414872
#> 16981           Zyx     103072           22793
#> 16982         Zzef1    2444286          195018
#> 16983          Zzz3    1920453          108946