1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,38 +0,0 @@ |
1 |
-% Generated by roxygen2: do not edit by hand |
|
2 |
-% Please edit documentation in R/AllClasses.R |
|
3 |
-\docType{class} |
|
4 |
-\name{beast-class} |
|
5 |
-\alias{beast-class} |
|
6 |
-\alias{get.tree,beast-method} |
|
7 |
-\title{Class "beast" |
|
8 |
-This class stores information of beast output} |
|
9 |
-\description{ |
|
10 |
-Class "beast" |
|
11 |
-This class stores information of beast output |
|
12 |
-} |
|
13 |
-\section{Slots}{ |
|
14 |
- |
|
15 |
-\describe{ |
|
16 |
-\item{\code{fields}}{beast statistic variables} |
|
17 |
- |
|
18 |
-\item{\code{treetext}}{tree text in beast file} |
|
19 |
- |
|
20 |
-\item{\code{phylo}}{tree phylo object} |
|
21 |
- |
|
22 |
-\item{\code{translation}}{tip number to name translation in beast file} |
|
23 |
- |
|
24 |
-\item{\code{stats}}{beast statistics} |
|
25 |
- |
|
26 |
-\item{\code{file}}{beast file, nexus format} |
|
27 |
- |
|
28 |
-\item{\code{extraInfo}}{extra information} |
|
29 |
-}} |
|
30 |
-\author{ |
|
31 |
-Guangchuang Yu \url{http://guangchuangyu.github.io} |
|
32 |
-} |
|
33 |
-\seealso{ |
|
34 |
-\code{\link{show}} \code{\link{get.fields}} |
|
35 |
- \code{\link{ggtree}} |
|
36 |
-} |
|
37 |
-\keyword{classes} |
|
38 |
- |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@112578 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -28,7 +28,7 @@ This class stores information of beast output |
28 | 28 |
\item{\code{extraInfo}}{extra information} |
29 | 29 |
}} |
30 | 30 |
\author{ |
31 |
-Guangchuang Yu \url{http://ygc.name} |
|
31 |
+Guangchuang Yu \url{http://guangchuangyu.github.io} |
|
32 | 32 |
} |
33 | 33 |
\seealso{ |
34 | 34 |
\code{\link{show}} \code{\link{get.fields}} |
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
Commit id: ca17acc22b608158936b9c2790bff2f7504f38d9
add author
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@103112 bc3139a8-67e5-0310-9ffc-ced21a209358
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@98340 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,36 @@ |
1 |
+% Generated by roxygen2 (4.1.0): do not edit by hand |
|
2 |
+% Please edit documentation in R/AllClasses.R |
|
3 |
+\docType{class} |
|
4 |
+\name{beast-class} |
|
5 |
+\alias{beast-class} |
|
6 |
+\alias{get.tree,beast-method} |
|
7 |
+\title{Class "beast" |
|
8 |
+This class stores information of beast output} |
|
9 |
+\description{ |
|
10 |
+Class "beast" |
|
11 |
+This class stores information of beast output |
|
12 |
+} |
|
13 |
+\section{Slots}{ |
|
14 |
+ |
|
15 |
+\describe{ |
|
16 |
+\item{\code{fields}}{beast statistic variables} |
|
17 |
+ |
|
18 |
+\item{\code{treetext}}{tree text in beast file} |
|
19 |
+ |
|
20 |
+\item{\code{phylo}}{tree phylo object} |
|
21 |
+ |
|
22 |
+\item{\code{translation}}{tip number to name translation in beast file} |
|
23 |
+ |
|
24 |
+\item{\code{stats}}{beast statistics} |
|
25 |
+ |
|
26 |
+\item{\code{file}}{beast file, nexus format} |
|
27 |
+}} |
|
28 |
+\author{ |
|
29 |
+Guangchuang Yu \url{http://ygc.name} |
|
30 |
+} |
|
31 |
+\seealso{ |
|
32 |
+\code{\link{show}} \code{\link{get.fields}} |
|
33 |
+ \code{\link{ggtree}} |
|
34 |
+} |
|
35 |
+\keyword{classes} |
|
36 |
+ |