... | ... |
@@ -5,7 +5,8 @@ |
5 | 5 |
\title{print pathways |
6 | 6 |
generates a summary plot for pathways and sample score plot of best gene set} |
7 | 7 |
\usage{ |
8 |
-pathway_summary(sample_results, path, file_name, control_samples, control_lab) |
|
8 |
+pathway_summary(sample_results, path, file_name, control_samples, |
|
9 |
+ control_lab) |
|
9 | 10 |
} |
10 | 11 |
\arguments{ |
11 | 12 |
\item{sample_results}{list of sample scores for each geneset} |
... | ... |
@@ -18,6 +18,10 @@ pathway_summary(sample_results, path, file_name, control_samples, control_lab) |
18 | 18 |
|
19 | 19 |
\item{control_lab}{label that specifies control class} |
20 | 20 |
} |
21 |
+\value{ |
|
22 |
+data frame of signal to noise ratio of control vc test sample scores |
|
23 |
+for each pathway |
|
24 |
+} |
|
21 | 25 |
\description{ |
22 | 26 |
print pathways |
23 | 27 |
generates a summary plot for pathways and sample score plot of best gene set |
... | ... |
@@ -3,11 +3,22 @@ |
3 | 3 |
\name{pathway_summary} |
4 | 4 |
\alias{pathway_summary} |
5 | 5 |
\title{print pathways |
6 |
-summary plot for pathways and sample score plot of best gene set} |
|
6 |
+generates a summary plot for pathways and sample score plot of best gene set} |
|
7 | 7 |
\usage{ |
8 | 8 |
pathway_summary(sample_results, path, file_name, control_samples, control_lab) |
9 | 9 |
} |
10 |
+\arguments{ |
|
11 |
+\item{sample_results}{list of sample scores for each geneset} |
|
12 |
+ |
|
13 |
+\item{path}{directory to save images} |
|
14 |
+ |
|
15 |
+\item{file_name}{name of saved imaged} |
|
16 |
+ |
|
17 |
+\item{control_samples}{list of control sample names} |
|
18 |
+ |
|
19 |
+\item{control_lab}{label that specifies control class} |
|
20 |
+} |
|
10 | 21 |
\description{ |
11 | 22 |
print pathways |
12 |
-summary plot for pathways and sample score plot of best gene set |
|
23 |
+generates a summary plot for pathways and sample score plot of best gene set |
|
13 | 24 |
} |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,13 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/mdp.R |
|
3 |
+\name{pathway_summary} |
|
4 |
+\alias{pathway_summary} |
|
5 |
+\title{print pathways |
|
6 |
+summary plot for pathways and sample score plot of best gene set} |
|
7 |
+\usage{ |
|
8 |
+pathway_summary(sample_results, path, file_name, control_samples, control_lab) |
|
9 |
+} |
|
10 |
+\description{ |
|
11 |
+print pathways |
|
12 |
+summary plot for pathways and sample score plot of best gene set |
|
13 |
+} |