Switch to unified view

a b/man/getIDMappingDatabase.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/feature_processing.R
3
\name{getIDMappingDatabase}
4
\alias{getIDMappingDatabase}
5
\title{Get the correct ID mapping database}
6
\usage{
7
getIDMappingDatabase(organism)
8
}
9
\arguments{
10
\item{organism}{String that defines the organism.}
11
}
12
\value{
13
AnnotationDbi database for ID mapping.
14
}
15
\description{
16
Check by means of the given organism name if the required `AnnotationDbi`
17
package is installed. Select the ID mapping table based on the organism name
18
and return it.
19
}