Browse code

depends treeio

GuangchuangYu authored on 20/12/2016 16:39:07
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,27 +0,0 @@
1
-% Generated by roxygen2: do not edit by hand
2
-% Please edit documentation in R/AllClasses.R
3
-\docType{class}
4
-\name{apeBootstrap-class}
5
-\alias{apeBootstrap-class}
6
-\title{Class "apeBootstrap"
7
-This class stores ape bootstrapping analysis result}
8
-\description{
9
-Class "apeBootstrap"
10
-This class stores ape bootstrapping analysis result
11
-}
12
-\section{Slots}{
13
-
14
-\describe{
15
-\item{\code{phylo}}{phylo object of treetext}
16
-
17
-\item{\code{fields}}{available features}
18
-
19
-\item{\code{bootstrap}}{bootstrap value}
20
-
21
-\item{\code{extraInfo}}{extra information}
22
-}}
23
-\author{
24
-Guangchuang Yu \url{http://guangchuangyu.github.io}
25
-}
26
-\keyword{classes}
27
-
Browse code

support phylip format

git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@112578 bc3139a8-67e5-0310-9ffc-ced21a209358

g.yu authored on 15/01/2016 04:55:05
Showing 1 changed files
... ...
@@ -21,7 +21,7 @@ This class stores ape bootstrapping analysis result
21 21
 \item{\code{extraInfo}}{extra information}
22 22
 }}
23 23
 \author{
24
-Guangchuang Yu \url{http://ygc.name}
24
+Guangchuang Yu \url{http://guangchuangyu.github.io}
25 25
 }
26 26
 \keyword{classes}
27 27
 
Browse code

lots of new layers

git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@111815 bc3139a8-67e5-0310-9ffc-ced21a209358

g.yu authored on 22/12/2015 04:13:13
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,27 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/AllClasses.R
3
+\docType{class}
4
+\name{apeBootstrap-class}
5
+\alias{apeBootstrap-class}
6
+\title{Class "apeBootstrap"
7
+This class stores ape bootstrapping analysis result}
8
+\description{
9
+Class "apeBootstrap"
10
+This class stores ape bootstrapping analysis result
11
+}
12
+\section{Slots}{
13
+
14
+\describe{
15
+\item{\code{phylo}}{phylo object of treetext}
16
+
17
+\item{\code{fields}}{available features}
18
+
19
+\item{\code{bootstrap}}{bootstrap value}
20
+
21
+\item{\code{extraInfo}}{extra information}
22
+}}
23
+\author{
24
+Guangchuang Yu \url{http://ygc.name}
25
+}
26
+\keyword{classes}
27
+