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/phangorn.R |
|
3 |
-\name{phyPML} |
|
4 |
-\alias{phyPML} |
|
5 |
-\title{treeAnno.pml} |
|
6 |
-\usage{ |
|
7 |
-phyPML(pmlTree, type = "ml") |
|
8 |
-} |
|
9 |
-\arguments{ |
|
10 |
-\item{pmlTree}{tree in pml object, output of phangorn::optim.pml} |
|
11 |
- |
|
12 |
-\item{type}{one of 'ml' and 'bayes' for inferring ancestral sequences} |
|
13 |
-} |
|
14 |
-\value{ |
|
15 |
-phangorn object |
|
16 |
-} |
|
17 |
-\description{ |
|
18 |
-tree annotation of sequence substitution by comparing to parent node |
|
19 |
-} |
|
20 |
-\author{ |
|
21 |
-Yu Guangchuang |
|
22 |
-} |
|
23 |
- |
git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@111815 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,23 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/phangorn.R |
|
3 |
+\name{phyPML} |
|
4 |
+\alias{phyPML} |
|
5 |
+\title{treeAnno.pml} |
|
6 |
+\usage{ |
|
7 |
+phyPML(pmlTree, type = "ml") |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{pmlTree}{tree in pml object, output of phangorn::optim.pml} |
|
11 |
+ |
|
12 |
+\item{type}{one of 'ml' and 'bayes' for inferring ancestral sequences} |
|
13 |
+} |
|
14 |
+\value{ |
|
15 |
+phangorn object |
|
16 |
+} |
|
17 |
+\description{ |
|
18 |
+tree annotation of sequence substitution by comparing to parent node |
|
19 |
+} |
|
20 |
+\author{ |
|
21 |
+Yu Guangchuang |
|
22 |
+} |
|
23 |
+ |