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

Switch to side-by-side view

--- a
+++ b/man/read_gct.Rd
@@ -0,0 +1,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="")
+}