https://github.com/ctlab/phantasus
Revision b908239753864335041c3b3fb34d09c7561d2bc4 authored by petrovich on 30 August 2018, 06:18:50 UTC, committed by petrovich on 30 August 2018, 06:18:50 UTC
1 parent 9277ad4
Raw File
Tip revision: b908239753864335041c3b3fb34d09c7561d2bc4 authored by petrovich on 30 August 2018, 06:18:50 UTC
Filter pData fix. Vector length conflict
Tip revision: b908239
checkGPLs.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/loadGEO.R
\name{checkGPLs}
\alias{checkGPLs}
\title{Check possible annotations for GEO Dataset.}
\usage{
checkGPLs(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