swh:1:snp:0c004a03453a29b80f921a24433f7e780b9ceb53
Raw File
Tip revision: c6bb0e960554a23eb712690cbd7f8e3f7d79ca0d authored by Alexey Sergushichev on 02 July 2021, 13:19:49 UTC
Update js
Tip revision: c6bb0e9
convertByAnnotationDB.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/convertByAnnotationDB.R
\name{convertByAnnotationDB}
\alias{convertByAnnotationDB}
\title{Map indexes using Annotation DB}
\usage{
convertByAnnotationDB(es, dbName, columnName, columnType, keyType)
}
\arguments{
\item{es}{source ExpressionSet}

\item{dbName}{name of AnnotationDB file}

\item{columnName}{name of column in featureData of source ExpressionSet}

\item{columnType}{Type of indexes in columnName}

\item{keyType}{Type of mapped indexes}
}
\value{
JSON object with a vector of converted IDs
}
\description{
\code{createES} function creates an rds file containing meta information of
provided sqlite files for AnnotationDB
}
\examples{
\dontrun{
}


}
back to top