Revision 75e9b767d8c57add414619174966f20d83bd2a4f authored by Alexey Sergushichev on 25 May 2020, 08:50:37 UTC, committed by Alexey Sergushichev on 25 May 2020, 08:50:37 UTC
2 parent s 2e41a62 + 8023a5f
Raw File
checkGPLsFallback.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/loadGEO.R
\name{checkGPLsFallback}
\alias{checkGPLsFallback}
\title{Check possible annotations for GEO Dataset.}
\usage{
checkGPLsFallback(name)
}
\arguments{
\item{name}{String, containing GEO identifier of the dataset.}
}
\value{
Vector of filenames serialized in JSON format.
    If there is only one GPL for that dataset, the function will
    return \code{name}.
}
\description{
\code{checkGPLs} returns GPL-names for
    the specified GEO identifier.
}
\examples{
\dontrun{
checkGPLs('GSE27112')
checkGPLs('GSE14308')
}
}
back to top