Diff of /man/read_gct.Rd [000000] .. [2ab972]

Switch to unified view

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