https://github.com/ctlab/phantasus
Revision 5eda2a55c4a23f99679d16c4cbaa6d9819ec62cd authored by petrovich on 04 September 2019, 04:25:06 UTC, committed by petrovich on 10 September 2019, 17:13:21 UTC
1 parent 04f5c88
Raw File
Tip revision: 5eda2a55c4a23f99679d16c4cbaa6d9819ec62cd authored by petrovich on 04 September 2019, 04:25:06 UTC
ARCHS4: populate test h5 file
Tip revision: 5eda2a5
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