https://github.com/ctlab/phantasus
Revision 11b7294269f576c91ab946f24a0a309e7353028b authored by Alexey Sergushichev on 02 November 2021, 18:01:18 UTC, committed by Alexey Sergushichev on 02 November 2021, 18:01:18 UTC
1 parent aa2dee3
Raw File
Tip revision: 11b7294269f576c91ab946f24a0a309e7353028b authored by Alexey Sergushichev on 02 November 2021, 18:01:18 UTC
update js
Tip revision: 11b7294
read.gct.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils.R
\name{read.gct}
\alias{read.gct}
\title{Reads ExpressionSet from a GCT file.}
\usage{
read.gct(gct, ...)
}
\arguments{
\item{gct}{Path to gct file}

\item{...}{additional options for read.csv}
}
\value{
ExpressionSet object
}
\description{
Only versions 1.2 and 1.3 are supported.
}
\examples{
read.gct(system.file("extdata", "centers.gct", package = "phantasus"))
}
back to top