https://github.com/ctlab/phantasus
Revision 2e41a62130e0c651cb18c3befd2ccbd7ab01e88c authored by Alexey Sergushichev on 23 May 2020, 10:05:33 UTC, committed by Alexey Sergushichev on 23 May 2020, 10:05:33 UTC
1 parent 59194a6
Raw File
Tip revision: 2e41a62130e0c651cb18c3befd2ccbd7ab01e88c authored by Alexey Sergushichev on 23 May 2020, 10:05:33 UTC
checking number of selected rows on row profile start
Tip revision: 2e41a62
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