Description Usage Arguments Value Examples
View source: R/amaretto_preprocess.R
Wrapper code that analyzes process TCGA GISTIC (CNV) and gene expression (rna-seq or microarray) data via one call
1 2 | AMARETTO_Preprocess(DataSetDirectories = DataSetDirectories,
BatchData = BatchData)
|
DataSetDirectories |
DataSetDirectories |
BatchData |
BatchData |
result
1 2 3 4 5 6 7 | ## Not run:
TargetDirectory <- "Downloads" # path to data download directory
CancerSite <- 'CHOL'
DataSetDirectories <- AMARETTO_Download(CancerSite,TargetDirectory)
ProcessedData <- AMARETTO_Preprocess(DataSetDirectories,BatchData)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.