https://github.com/ctlab/phantasus
Revision 1c570679f6844a5e6d7c4d36c4ac3bc11347eb94 authored by Vladislav Kamenev on 26 October 2018, 09:43:33 UTC, committed by Vladislav Kamenev on 26 October 2018, 11:35:45 UTC
1 parent 5532378
Raw File
Tip revision: 1c570679f6844a5e6d7c4d36c4ac3bc11347eb94 authored by Vladislav Kamenev on 26 October 2018, 09:43:33 UTC
Travis fortran workaround
Tip revision: 1c57067
checkPreloadedNames.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/loadPreloaded.R
\name{checkPreloadedNames}
\alias{checkPreloadedNames}
\title{Check names inside preloaded file}
\usage{
checkPreloadedNames(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{
Vector of names serialized in JSON format.
}
\description{
\code{checkPreloadedNames} checks names of ExpressionSets that
  are included in file \code{name}
}
back to top