|
a |
|
b/man/plot_run_history.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/amaretto_htmlreport.R |
|
|
3 |
\name{plot_run_history} |
|
|
4 |
\alias{plot_run_history} |
|
|
5 |
\title{Title plot_run_history} |
|
|
6 |
\usage{ |
|
|
7 |
plot_run_history(AMARETTOinit, AMARETTOresults) |
|
|
8 |
} |
|
|
9 |
\arguments{ |
|
|
10 |
\item{AMARETTOinit}{AMARETTO initialize output} |
|
|
11 |
|
|
|
12 |
\item{AMARETTOresults}{AMARETTO results output} |
|
|
13 |
} |
|
|
14 |
\value{ |
|
|
15 |
plot |
|
|
16 |
} |
|
|
17 |
\description{ |
|
|
18 |
Title plot_run_history |
|
|
19 |
} |
|
|
20 |
\examples{ |
|
|
21 |
data('ProcessedDataLIHC') |
|
|
22 |
AMARETTOinit <- AMARETTO_Initialize(ProcessedData = ProcessedDataLIHC, |
|
|
23 |
NrModules = 2, VarPercentage = 50) |
|
|
24 |
|
|
|
25 |
AMARETTOresults <- AMARETTO_Run(AMARETTOinit) |
|
|
26 |
|
|
|
27 |
plot_run_history(AMARETTOinit,AMARETTOresults) |
|
|
28 |
} |