https://github.com/ctlab/phantasus
Revision a52dacc6da164ea2e8d3b545909638a1f7b1963f authored by Maksim Kleverov on 18 October 2021, 07:25:02 UTC, committed by Space on 18 October 2021, 07:25:02 UTC
1 parent fd649a3
Raw File
Tip revision: a52dacc6da164ea2e8d3b545909638a1f7b1963f authored by Maksim Kleverov on 18 October 2021, 07:25:02 UTC
split job to steps (check shared files)
Tip revision: a52dacc
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