https://github.com/ctlab/phantasus
Revision f719054645e1563cfb03ca53bea1096aa3c988cd authored by petrovich on 03 June 2019, 16:06:17 UTC, committed by Vladislav Kamenev on 20 June 2019, 12:27:23 UTC
1 parent 3de0c01
Raw File
Tip revision: f719054645e1563cfb03ca53bea1096aa3c988cd authored by petrovich on 03 June 2019, 16:06:17 UTC
Update JS
Tip revision: f719054
annotationDBMeta.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/convertByAnnotationDB.R
\name{annotationDBMeta}
\alias{annotationDBMeta}
\title{Create meta file for AnnotationDB}
\usage{
annotationDBMeta(cacheDir)
}
\arguments{
\item{cacheDir}{cacheDir for phantasus}
}
\value{
nothing
}
\description{
\code{createES} function creates an rds file containing meta information of
provided sqlite files for AnnotationDB
}
\examples{
\dontrun{
annotationDBMeta('/var/phantasus/cache')
}

}
back to top