https://github.com/ctlab/phantasus
Revision 0a52aa20409b3c589f220cb1e1538fbc179b04f6 authored by Vladislav Kamenev on 12 February 2019, 16:35:07 UTC, committed by Vladislav Kamenev on 12 February 2019, 16:35:07 UTC
2 parent s a667006 + ad54b61
Raw File
Tip revision: 0a52aa20409b3c589f220cb1e1538fbc179b04f6 authored by Vladislav Kamenev on 12 February 2019, 16:35:07 UTC
Merge branch 'develop' of https://github.com/ctlab/phantasus into develop
Tip revision: 0a52aa2
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