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

Switch to unified view

a b/man/AMARETTO_Run.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/amaretto_functions.R
3
\name{AMARETTO_Run}
4
\alias{AMARETTO_Run}
5
\title{AMARETTO_Run
6
Function to run AMARETTO, a statistical algorithm to identify cancer drivers by integrating a variety of omics data from cancer and normal tissue.}
7
\usage{
8
AMARETTO_Run(AMARETTOinit)
9
}
10
\arguments{
11
\item{AMARETTOinit}{List output from AMARETTO_Initialize().}
12
}
13
\value{
14
result
15
}
16
\description{
17
AMARETTO_Run
18
Function to run AMARETTO, a statistical algorithm to identify cancer drivers by integrating a variety of omics data from cancer and normal tissue.
19
}
20
\examples{
21
data('ProcessedDataLIHC')
22
AMARETTOinit <- AMARETTO_Initialize(ProcessedData = ProcessedDataLIHC,
23
                                    NrModules = 2, VarPercentage = 50)
24
AMARETTOresults <- AMARETTO_Run(AMARETTOinit)
25
}