Allows user to convert between species dependent on species in the query gene vector and the ctd matrices of interest.

convert_between_species(
  genes,
  genelistSpecies = c("mouse", "human"),
  ctdSpecies = c("mouse", "human")
)

Arguments

genes

Query genes as a vector of MGI or HGNC symbols.

genelistSpecies

Either 'mouse' or 'human' depending on whether MGI or HGNC symbols are used.

ctdSpecies

Either 'mouse', 'human', or 'both', depending on the ctd datasets being used. Are they derived purely from mouse, human or both species?

Value

A vector with the converted genes.