[560303]: / man / AMARETTO_Preprocess.Rd

Download this file

29 lines (27 with data), 765 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/amaretto_preprocess.R
\name{AMARETTO_Preprocess}
\alias{AMARETTO_Preprocess}
\title{AMARETTO_Preprocess}
\usage{
AMARETTO_Preprocess(DataSetDirectories = DataSetDirectories,
BatchData = BatchData)
}
\arguments{
\item{DataSetDirectories}{DataSetDirectories}
\item{BatchData}{BatchData}
}
\value{
result
}
\description{
Wrapper code that analyzes process TCGA GISTIC (CNV) and gene expression (rna-seq or microarray) data via one call
}
\examples{
\dontrun{
TargetDirectory <- "Downloads" # path to data download directory
CancerSite <- 'CHOL'
DataSetDirectories <- AMARETTO_Download(CancerSite,TargetDirectory)
ProcessedData <- AMARETTO_Preprocess(DataSetDirectories,BatchData)
}
}