https://github.com/ctlab/phantasus
Revision a52dacc6da164ea2e8d3b545909638a1f7b1963f authored by Maksim Kleverov on 18 October 2021, 07:25:02 UTC, committed by Space on 18 October 2021, 07:25:02 UTC
1 parent fd649a3
Raw File
Tip revision: a52dacc6da164ea2e8d3b545909638a1f7b1963f authored by Maksim Kleverov on 18 October 2021, 07:25:02 UTC
split job to steps (check shared files)
Tip revision: a52dacc
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