|
a |
|
b/man/AMARETTO_VisualizeModule.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/amaretto_vizualize.R |
|
|
3 |
\name{AMARETTO_VisualizeModule} |
|
|
4 |
\alias{AMARETTO_VisualizeModule} |
|
|
5 |
\title{AMARETTO_VisualizeModule} |
|
|
6 |
\usage{ |
|
|
7 |
AMARETTO_VisualizeModule(AMARETTOinit, AMARETTOresults, ProcessedData, |
|
|
8 |
ModuleNr, show_row_names = FALSE, SAMPLE_annotation = NULL, |
|
|
9 |
ID = NULL, order_samples = NULL) |
|
|
10 |
} |
|
|
11 |
\arguments{ |
|
|
12 |
\item{AMARETTOinit}{List output from AMARETTO_Initialize().} |
|
|
13 |
|
|
|
14 |
\item{AMARETTOresults}{List output from AMARETTO_Run().} |
|
|
15 |
|
|
|
16 |
\item{ProcessedData}{List of processed input data} |
|
|
17 |
|
|
|
18 |
\item{ModuleNr}{Module number to visualize} |
|
|
19 |
|
|
|
20 |
\item{show_row_names}{If TRUE, row names will be shown on the plot.} |
|
|
21 |
|
|
|
22 |
\item{SAMPLE_annotation}{Matrix or Dataframe with sample annotation} |
|
|
23 |
|
|
|
24 |
\item{ID}{Column used as sample name} |
|
|
25 |
|
|
|
26 |
\item{order_samples}{Order samples in heatmap by mean or by clustering} |
|
|
27 |
} |
|
|
28 |
\value{ |
|
|
29 |
result |
|
|
30 |
} |
|
|
31 |
\description{ |
|
|
32 |
Function to visualize the gene modules |
|
|
33 |
} |
|
|
34 |
\examples{ |
|
|
35 |
data('ProcessedDataLIHC') |
|
|
36 |
AMARETTOinit <- AMARETTO_Initialize(ProcessedData = ProcessedDataLIHC, |
|
|
37 |
NrModules = 2, VarPercentage = 50) |
|
|
38 |
|
|
|
39 |
AMARETTOresults <- AMARETTO_Run(AMARETTOinit) |
|
|
40 |
|
|
|
41 |
AMARETTO_VisualizeModule(AMARETTOinit = AMARETTOinit,AMARETTOresults = AMARETTOresults, |
|
|
42 |
ProcessedData = ProcessedDataLIHC, ModuleNr = 1) |
|
|
43 |
} |