1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,23 +0,0 @@ |
1 |
-% Generated by roxygen2: do not edit by hand |
|
2 |
-% Please edit documentation in R/merge_tree.R |
|
3 |
-\name{merge_tree} |
|
4 |
-\alias{merge_tree} |
|
5 |
-\title{merge_tree} |
|
6 |
-\usage{ |
|
7 |
-merge_tree(obj1, obj2) |
|
8 |
-} |
|
9 |
-\arguments{ |
|
10 |
-\item{obj1}{tree object 1} |
|
11 |
- |
|
12 |
-\item{obj2}{tree object 2} |
|
13 |
-} |
|
14 |
-\value{ |
|
15 |
-tree object |
|
16 |
-} |
|
17 |
-\description{ |
|
18 |
-merge two tree object |
|
19 |
-} |
|
20 |
-\author{ |
|
21 |
-Guangchuang Yu |
|
22 |
-} |
|
23 |
- |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@111813 bc3139a8-67e5-0310-9ffc-ced21a209358
Commit id: 652bb7c24e092a61c71765d9ae2de1e384b1c408
update vignette to add example of merge_tree <2015-04-29, Wed>
Commit id: ac252d451f6b2e5b0d27c055e050e1e42a6ffe56
add examples folder in inst that contains sample data <2015-04-29, Wed>
Commit id: d3bb757a48866f960e5c3b5c4da088241a410deb
in addition to parsing beast time scale tree in XXX_year[\\.\\d]*, now supports XXX/year[\\.\\d]*
Commit id: 33d9f8a12db641fe8580a20e3a2b51f4798fd96f
update gplot, now rowname of heatmap will not be displayed <2015-04-28, Tue>
Commit id: 94b64487871856f3394ed53d1ab55a4b6abc0baa
add line break if substitution longer than 50 character <2015-04-28, Tue>
Commit id: 396f41d759d1eb1ffa2b8af9d1b9eda695afe110
support calculating branch for time scale tree
Commit id: 0ba9f78c1626ec0fa1c503ac8b6f50e363976586
update vignette
Commit id: 5510c5f96044238cdeca127c9514b9a02851ecdb
remove parsing tip sequence from mlb and mlc file <2015-04-28, Tue>
Commit id: fc375e2b9825d840855c6276cf4301802f3e5bdc
o remove tip.fasfile in read.paml_rst for rstfile already contains tip sequence <2015-04-28, Tue>
Commit id: 03109db58c26037aeab23dbaf372638edbad5f67
scale_color accepts user specific interval and output contains scale attribute that can be used for adding legend <2015-04-28, Tue>
Commit id: 7c5829cfa47d36db179fd8b0c089a5c4f34ff345
extend fortify methods to support additional fields <2015-04-28, Tue>
Commit id: 1b0d72edd2f8e299b56296bc6066259a682128ad
extend tree class to support additional info by merging two tree <2015-04-28, Tue>
Commit id: a8b2f5480b31e0bef233e0483966afc4ea5ef9d6
extend get.fields methods to support additional fields <2015-04-28, Tue>
Commit id: 70831ecc379dbfc6f77cd1373d3a0e03241bbf4d
implement merge_tree function to merge two tree objects into one
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@103244 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,23 @@ |
1 |
+% Generated by roxygen2 (4.1.1): do not edit by hand |
|
2 |
+% Please edit documentation in R/merge_tree.R |
|
3 |
+\name{merge_tree} |
|
4 |
+\alias{merge_tree} |
|
5 |
+\title{merge_tree} |
|
6 |
+\usage{ |
|
7 |
+merge_tree(obj1, obj2) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{obj1}{tree object 1} |
|
11 |
+ |
|
12 |
+\item{obj2}{tree object 2} |
|
13 |
+} |
|
14 |
+\value{ |
|
15 |
+tree object |
|
16 |
+} |
|
17 |
+\description{ |
|
18 |
+merge two tree object |
|
19 |
+} |
|
20 |
+\author{ |
|
21 |
+Guangchuang Yu |
|
22 |
+} |
|
23 |
+ |