[560303]: / man / read_gct.Rd

Download this file

21 lines (20 with data), 390 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/amaretto_initialize.R
\name{read_gct}
\alias{read_gct}
\title{read_gct}
\usage{
read_gct(file_address)
}
\arguments{
\item{file_address}{Address of the input gct file.}
}
\value{
result
}
\description{
Function to turn a .gct data files into a matrix format
}
\examples{
data_matrix<-read_gct(file_address="")
}