Browse code

move code to treeio

guangchuang yu authored on 21/12/2016 08:57:38
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,26 +0,0 @@
1
-% Generated by roxygen2: do not edit by hand
2
-% Please edit documentation in R/phyloT.R
3
-\name{read.phyloT}
4
-\alias{read.phyloT}
5
-\title{read.phyloT}
6
-\usage{
7
-read.phyloT(file, ...)
8
-}
9
-\arguments{
10
-\item{file}{newick tree file}
11
-
12
-\item{...}{additional parameters to read.tree}
13
-}
14
-\value{
15
-phylo object
16
-}
17
-\description{
18
-parse output from phyloT
19
-}
20
-\author{
21
-guangchuang yu
22
-}
23
-\references{
24
-\url{http://phylot.biobyte.de/}
25
-}
26
-
Browse code

read.phyloT for parsing newick format of phyloT output <2016-10-11, Tue>

guangchuang yu authored on 11/10/2016 10:02:10
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,26 @@
1
+% Generated by roxygen2: do not edit by hand
2
+% Please edit documentation in R/phyloT.R
3
+\name{read.phyloT}
4
+\alias{read.phyloT}
5
+\title{read.phyloT}
6
+\usage{
7
+read.phyloT(file, ...)
8
+}
9
+\arguments{
10
+\item{file}{newick tree file}
11
+
12
+\item{...}{additional parameters to read.tree}
13
+}
14
+\value{
15
+phylo object
16
+}
17
+\description{
18
+parse output from phyloT
19
+}
20
+\author{
21
+guangchuang yu
22
+}
23
+\references{
24
+\url{http://phylot.biobyte.de/}
25
+}
26
+