https://github.com/ctlab/phantasus
Revision 0e730f3f21af2bcb94d162755fa71c6acb15babe authored by Vladislav Kamenev on 19 July 2019, 13:00:20 UTC, committed by GitHub on 19 July 2019, 13:00:20 UTC
New gpl loader. Example dataset 
2 parent s 5bfe49c + d7d4553
Raw File
Tip revision: 0e730f3f21af2bcb94d162755fa71c6acb15babe authored by Vladislav Kamenev on 19 July 2019, 13:00:20 UTC
Merge pull request #133 from ctlab/develop
Tip revision: 0e730f3
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