[72a7c3]: / man / getIDMappingDatabase.Rd

Download this file

20 lines (19 with data), 537 Bytes

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