Skip to contents

Get gene symbol mapping between species using HomoloGene database.

Usage

GetHomologyMapping(from, to = "human")

Arguments

from

Source species name

to

Target species name (default: "human")

Value

data.table with columns 'from_symbol' and 'to_symbol'

Examples

# Mouse to human mapping
mapping <- GetHomologyMapping("mouse", "human")