https://github.com/ctlab/phantasus
Raw File
Tip revision: b0922d4a9d37c67192d9b43a288fe2952d42b9e2 authored by Alexey Sergushichev on 20 October 2018, 13:07:32 UTC
version bump to 1.1.5
Tip revision: b0922d4
loadPreloaded.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/loadPreloaded.R
\name{loadPreloaded}
\alias{loadPreloaded}
\title{Load GEO Dataset.}
\usage{
loadPreloaded(name, exactName = NULL)
}
\arguments{
\item{name}{String, containing filename. Assuming
that in the directory with preloaded files \code{preloadedDir}
exists file \code{filename.rda} with list of ExpressionSets \code{ess}.}

\item{exactName}{If you know, that inside file is object with name
\code{exactName}, you can specify it to load only this object.
Otherwise, whole file will be loaded.}
}
\value{
File with ProtoBuf-serialized ExpressionSet-s
    that were loaded from specified file.
}
\description{
\code{loadPreloaded} returns the file with serialized ExpressionSets using
    ProtoBuf, that were preloaded on server.
}
back to top