|
a |
|
b/man/AMARETTO_Download.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/amaretto_download.R |
|
|
3 |
\name{AMARETTO_Download} |
|
|
4 |
\alias{AMARETTO_Download} |
|
|
5 |
\title{AMARETTO_Download} |
|
|
6 |
\usage{ |
|
|
7 |
AMARETTO_Download(CancerSite = "CHOL", |
|
|
8 |
TargetDirectory = TargetDirectory) |
|
|
9 |
} |
|
|
10 |
\arguments{ |
|
|
11 |
\item{CancerSite}{TCGA cancer code for data download} |
|
|
12 |
|
|
|
13 |
\item{TargetDirectory}{Directory path to download data} |
|
|
14 |
} |
|
|
15 |
\value{ |
|
|
16 |
result |
|
|
17 |
} |
|
|
18 |
\description{ |
|
|
19 |
Downloading TCGA dataset for AMARETTO analysis |
|
|
20 |
} |
|
|
21 |
\examples{ |
|
|
22 |
TargetDirectory <- file.path(getwd(),"Downloads/");dir.create(TargetDirectory) |
|
|
23 |
CancerSite <- 'CHOL' |
|
|
24 |
DataSetDirectories <- AMARETTO_Download(CancerSite,TargetDirectory = TargetDirectory) |
|
|
25 |
} |