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