[e26484]: / OmicsFold / man / convertMouseGeneList.Rd

Download this file

18 lines (17 with data), 452 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/identifier_mapping.R
\name{convertMouseGeneList}
\alias{convertMouseGeneList}
\title{Convert mouse genes to human orthologues}
\usage{
convertMouseGeneList(mouse.genes)
}
\arguments{
\item{mouse.genes}{List of mouse gene symbols.}
}
\value{
Human orthologue gene symbols (not necessarily ordered).
}
\description{
Convert a list of mouse genes to their human orthologues.
}