https://github.com/ctlab/phantasus
Revision f333522aebbafbef995fa80a3e29900c53746408 authored by Nitesh Turaga on 26 April 2022, 15:48:03 UTC, committed by Nitesh Turaga on 26 April 2022, 15:48:03 UTC
1 parent fbf8dff
Raw File
Tip revision: f333522aebbafbef995fa80a3e29900c53746408 authored by Nitesh Turaga on 26 April 2022, 15:48:03 UTC
bump x.y.z version to odd y following creation of RELEASE_3_15 branch
Tip revision: f333522
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)
}
\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}.}
}
\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