https://github.com/ctlab/phantasus
Revision 5427f58f6d9ea864371e8e3664f9714146178c6d authored by Alexey Sergushichev on 21 May 2019, 09:21:59 UTC, committed by Alexey Sergushichev on 21 May 2019, 09:21:59 UTC
1 parent e8d0803
Raw File
Tip revision: 5427f58f6d9ea864371e8e3664f9714146178c6d authored by Alexey Sergushichev on 21 May 2019, 09:21:59 UTC
verbose selfCheck
Tip revision: 5427f58
reparseCachedESs.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/loadGEO.R
\name{reparseCachedESs}
\alias{reparseCachedESs}
\title{Reparse cached expression sets from GEO.}
\usage{
reparseCachedESs(destdir, mirrorPath = "https://ftp.ncbi.nlm.nih.gov")
}
\arguments{
\item{destdir}{Directory used for caching loaded Series files from GEO database.}

\item{mirrorPath}{URL string which specifies the source of matrices.}
}
\value{
vector of previously cached GSE IDs
}
\description{
The function should be used on phantasus version updates that change
behavior of loading datasets from GEO. It finds all the datasets
that were cached and runs `getES` for them again. The function
uses cached Series and other files from GEO.
}
\examples{
reparseCachedESs(destdir=tempdir())

}
back to top