1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,38 +0,0 @@ |
1 |
-\name{anno_oncoprint_barplot} |
|
2 |
-\alias{anno_oncoprint_barplot} |
|
3 |
-\title{ |
|
4 |
-Barplot Annotation for oncoPrint |
|
5 |
-} |
|
6 |
-\description{ |
|
7 |
-Barplot Annotation for oncoPrint |
|
8 |
-} |
|
9 |
-\usage{ |
|
10 |
-anno_oncoprint_barplot(type = NULL, which = c("column", "row"), |
|
11 |
- bar_width = 0.6, ylim = NULL, axis = TRUE, |
|
12 |
- axis_param = if(which == "column") default_axis_param("column") else list(side = "top", labels_rot = 0), |
|
13 |
- width = NULL, height = NULL, border = FALSE) |
|
14 |
-} |
|
15 |
-\arguments{ |
|
16 |
- |
|
17 |
- \item{type}{A vector of the alteration types in the data. It can be a subset of all alteration types if you don't want to show them all.} |
|
18 |
- \item{which}{Is it a row annotation or a column annotation?} |
|
19 |
- \item{bar_width}{Width of the bars.} |
|
20 |
- \item{ylim}{Data range.} |
|
21 |
- \item{axis}{Whether draw axis?} |
|
22 |
- \item{axis_param}{Parameters for controlling axis.} |
|
23 |
- \item{width}{Width of the annotation.} |
|
24 |
- \item{height}{Height of the annotation.} |
|
25 |
- \item{border}{Whether draw the border?} |
|
26 |
- |
|
27 |
-} |
|
28 |
-\details{ |
|
29 |
-This annotation function should always be used with \code{\link{oncoPrint}}. |
|
30 |
-} |
|
31 |
-\author{ |
|
32 |
-Zuguang Gu <z.gu@dkfz.de> |
|
33 |
-} |
|
34 |
-\examples{ |
|
35 |
-# There is no example |
|
36 |
-NULL |
|
37 |
- |
|
38 |
-} |
... | ... |
@@ -8,7 +8,7 @@ Barplot Annotation for oncoPrint |
8 | 8 |
} |
9 | 9 |
\usage{ |
10 | 10 |
anno_oncoprint_barplot(type = NULL, which = c("column", "row"), |
11 |
- bar_width = 0.6, axis = TRUE, |
|
11 |
+ bar_width = 0.6, ylim = NULL, axis = TRUE, |
|
12 | 12 |
axis_param = if(which == "column") default_axis_param("column") else list(side = "top", labels_rot = 0), |
13 | 13 |
width = NULL, height = NULL, border = FALSE) |
14 | 14 |
} |
... | ... |
@@ -17,9 +17,10 @@ anno_oncoprint_barplot(type = NULL, which = c("column", "row"), |
17 | 17 |
\item{type}{A vector of the alteration types in the data. It can be a subset of all alteration types if you don't want to show them all.} |
18 | 18 |
\item{which}{Is it a row annotation or a column annotation?} |
19 | 19 |
\item{bar_width}{Width of the bars.} |
20 |
+ \item{ylim}{Data range.} |
|
20 | 21 |
\item{axis}{Whether draw axis?} |
21 | 22 |
\item{axis_param}{Parameters for controlling axis.} |
22 |
- \item{width}{Wisth of the annotation.} |
|
23 |
+ \item{width}{Width of the annotation.} |
|
23 | 24 |
\item{height}{Height of the annotation.} |
24 | 25 |
\item{border}{Whether draw the border?} |
25 | 26 |
|
... | ... |
@@ -7,17 +7,21 @@ Barplot Annotation for oncoPrint |
7 | 7 |
Barplot Annotation for oncoPrint |
8 | 8 |
} |
9 | 9 |
\usage{ |
10 |
-anno_oncoprint_barplot(type = all_type, which = c("column", "row"), |
|
11 |
- width = NULL, height = NULL, border = FALSE, ...) |
|
10 |
+anno_oncoprint_barplot(type = NULL, which = c("column", "row"), |
|
11 |
+ bar_width = 0.6, axis = TRUE, |
|
12 |
+ axis_param = if(which == "column") default_axis_param("column") else list(side = "top", labels_rot = 0), |
|
13 |
+ width = NULL, height = NULL, border = FALSE) |
|
12 | 14 |
} |
13 | 15 |
\arguments{ |
14 | 16 |
|
15 | 17 |
\item{type}{A vector of the alteration types in the data. It can be a subset of all alteration types if you don't want to show them all.} |
16 | 18 |
\item{which}{Is it a row annotation or a column annotation?} |
19 |
+ \item{bar_width}{Width of the bars.} |
|
20 |
+ \item{axis}{Whether draw axis?} |
|
21 |
+ \item{axis_param}{Parameters for controlling axis.} |
|
17 | 22 |
\item{width}{Wisth of the annotation.} |
18 | 23 |
\item{height}{Height of the annotation.} |
19 | 24 |
\item{border}{Whether draw the border?} |
20 |
- \item{...}{Other parameters passed to \code{\link{anno_barplot}}.} |
|
21 | 25 |
|
22 | 26 |
} |
23 | 27 |
\details{ |
... | ... |
@@ -1,10 +1,10 @@ |
1 | 1 |
\name{anno_oncoprint_barplot} |
2 | 2 |
\alias{anno_oncoprint_barplot} |
3 | 3 |
\title{ |
4 |
-Barplot annotation for oncoPrint |
|
4 |
+Barplot Annotation for oncoPrint |
|
5 | 5 |
} |
6 | 6 |
\description{ |
7 |
-Barplot annotation for oncoPrint |
|
7 |
+Barplot Annotation for oncoPrint |
|
8 | 8 |
} |
9 | 9 |
\usage{ |
10 | 10 |
anno_oncoprint_barplot(type = all_type, which = c("column", "row"), |
... | ... |
@@ -12,8 +12,8 @@ anno_oncoprint_barplot(type = all_type, which = c("column", "row"), |
12 | 12 |
} |
13 | 13 |
\arguments{ |
14 | 14 |
|
15 |
- \item{type}{A vector of the alteration types in your data. It can be a subset of all alteration types if you don't want to show them all.} |
|
16 |
- \item{which}{Is ti a row annotation or a column annotation?} |
|
15 |
+ \item{type}{A vector of the alteration types in the data. It can be a subset of all alteration types if you don't want to show them all.} |
|
16 |
+ \item{which}{Is it a row annotation or a column annotation?} |
|
17 | 17 |
\item{width}{Wisth of the annotation.} |
18 | 18 |
\item{height}{Height of the annotation.} |
19 | 19 |
\item{border}{Whether draw the border?} |
... | ... |
@@ -21,7 +21,7 @@ anno_oncoprint_barplot(type = all_type, which = c("column", "row"), |
21 | 21 |
|
22 | 22 |
} |
23 | 23 |
\details{ |
24 |
-This annotation function should always use with \code{\link{oncoPrint}}. |
|
24 |
+This annotation function should always be used with \code{\link{oncoPrint}}. |
|
25 | 25 |
} |
26 | 26 |
\author{ |
27 | 27 |
Zuguang Gu <z.gu@dkfz.de> |
... | ... |
@@ -12,13 +12,16 @@ anno_oncoprint_barplot(type = all_type, which = c("column", "row"), |
12 | 12 |
} |
13 | 13 |
\arguments{ |
14 | 14 |
|
15 |
- \item{type}{-type} |
|
16 |
- \item{which}{-which} |
|
17 |
- \item{width}{-width} |
|
18 |
- \item{height}{-height} |
|
19 |
- \item{border}{-border} |
|
20 |
- \item{...}{-...} |
|
15 |
+ \item{type}{A vector of the alteration types in your data. It can be a subset of all alteration types if you don't want to show them all.} |
|
16 |
+ \item{which}{Is ti a row annotation or a column annotation?} |
|
17 |
+ \item{width}{Wisth of the annotation.} |
|
18 |
+ \item{height}{Height of the annotation.} |
|
19 |
+ \item{border}{Whether draw the border?} |
|
20 |
+ \item{...}{Other parameters passed to \code{\link{anno_barplot}}.} |
|
21 | 21 |
|
22 |
+} |
|
23 |
+\details{ |
|
24 |
+This annotation function should always use with \code{\link{oncoPrint}}. |
|
22 | 25 |
} |
23 | 26 |
\author{ |
24 | 27 |
Zuguang Gu <z.gu@dkfz.de> |
... | ... |
@@ -26,5 +29,4 @@ Zuguang Gu <z.gu@dkfz.de> |
26 | 29 |
\examples{ |
27 | 30 |
# There is no example |
28 | 31 |
NULL |
29 |
- |
|
30 | 32 |
} |
... | ... |
@@ -1,16 +1,24 @@ |
1 | 1 |
\name{anno_oncoprint_barplot} |
2 | 2 |
\alias{anno_oncoprint_barplot} |
3 | 3 |
\title{ |
4 |
-Column barplot annotation for oncoPrint |
|
4 |
+Barplot annotation for oncoPrint |
|
5 | 5 |
} |
6 | 6 |
\description{ |
7 |
-Column barplot annotation for oncoPrint |
|
7 |
+Barplot annotation for oncoPrint |
|
8 | 8 |
} |
9 | 9 |
\usage{ |
10 |
-anno_oncoprint_barplot() |
|
10 |
+anno_oncoprint_barplot(type = all_type, which = c("column", "row"), |
|
11 |
+ width = NULL, height = NULL, border = FALSE, ...) |
|
11 | 12 |
} |
12 |
-\details{ |
|
13 |
-This function is only used for column annotation |
|
13 |
+\arguments{ |
|
14 |
+ |
|
15 |
+ \item{type}{-type} |
|
16 |
+ \item{which}{-which} |
|
17 |
+ \item{width}{-width} |
|
18 |
+ \item{height}{-height} |
|
19 |
+ \item{border}{-border} |
|
20 |
+ \item{...}{-...} |
|
21 |
+ |
|
14 | 22 |
} |
15 | 23 |
\author{ |
16 | 24 |
Zuguang Gu <z.gu@dkfz.de> |
... | ... |
@@ -18,5 +26,4 @@ Zuguang Gu <z.gu@dkfz.de> |
18 | 26 |
\examples{ |
19 | 27 |
# There is no example |
20 | 28 |
NULL |
21 |
- |
|
22 | 29 |
} |
... | ... |
@@ -1,17 +1,10 @@ |
1 | 1 |
\name{anno_oncoprint_barplot} |
2 | 2 |
\alias{anno_oncoprint_barplot} |
3 | 3 |
\title{ |
4 |
-<<<<<<< HEAD |
|
5 | 4 |
Column barplot annotation for oncoPrint |
6 | 5 |
} |
7 | 6 |
\description{ |
8 | 7 |
Column barplot annotation for oncoPrint |
9 |
-======= |
|
10 |
-Column barplot annotaiton for oncoPrint |
|
11 |
-} |
|
12 |
-\description{ |
|
13 |
-Column barplot annotaiton for oncoPrint |
|
14 |
->>>>>>> bioc/master |
|
15 | 8 |
} |
16 | 9 |
\usage{ |
17 | 10 |
anno_oncoprint_barplot() |
... | ... |
@@ -1,10 +1,10 @@ |
1 | 1 |
\name{anno_oncoprint_barplot} |
2 | 2 |
\alias{anno_oncoprint_barplot} |
3 | 3 |
\title{ |
4 |
-Column barplot annotaiton for oncoPrint |
|
4 |
+Column barplot annotation for oncoPrint |
|
5 | 5 |
} |
6 | 6 |
\description{ |
7 |
-Column barplot annotaiton for oncoPrint |
|
7 |
+Column barplot annotation for oncoPrint |
|
8 | 8 |
} |
9 | 9 |
\usage{ |
10 | 10 |
anno_oncoprint_barplot() |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ComplexHeatmap@120116 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,22 @@ |
1 |
+\name{anno_oncoprint_barplot} |
|
2 |
+\alias{anno_oncoprint_barplot} |
|
3 |
+\title{ |
|
4 |
+Column barplot annotaiton for oncoPrint |
|
5 |
+} |
|
6 |
+\description{ |
|
7 |
+Column barplot annotaiton for oncoPrint |
|
8 |
+} |
|
9 |
+\usage{ |
|
10 |
+anno_oncoprint_barplot() |
|
11 |
+} |
|
12 |
+\details{ |
|
13 |
+This function is only used for column annotation |
|
14 |
+} |
|
15 |
+\author{ |
|
16 |
+Zuguang Gu <z.gu@dkfz.de> |
|
17 |
+} |
|
18 |
+\examples{ |
|
19 |
+# There is no example |
|
20 |
+NULL |
|
21 |
+ |
|
22 |
+} |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,21 @@ |
1 |
+\name{anno_oncoprint_barplot} |
|
2 |
+\alias{anno_oncoprint_barplot} |
|
3 |
+\title{ |
|
4 |
+Column barplot annotaiton for oncoPrint |
|
5 |
+} |
|
6 |
+\description{ |
|
7 |
+Column barplot annotaiton for oncoPrint |
|
8 |
+} |
|
9 |
+\usage{ |
|
10 |
+anno_oncoprint_barplot() |
|
11 |
+} |
|
12 |
+\details{ |
|
13 |
+This function is only used for column annotation |
|
14 |
+} |
|
15 |
+\author{ |
|
16 |
+Zuguang Gu <z.gu@dkfz.de> |
|
17 |
+} |
|
18 |
+\examples{ |
|
19 |
+# There is no example |
|
20 |
+NULL |
|
21 |
+} |