1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,19 +0,0 @@ |
1 |
-% Generated by roxygen2: do not edit by hand |
|
2 |
-% Please edit documentation in R/tree-utilities.R |
|
3 |
-\name{getParent.df} |
|
4 |
-\alias{getParent.df} |
|
5 |
-\title{getParent.df} |
|
6 |
-\usage{ |
|
7 |
-getParent.df(df, node) |
|
8 |
-} |
|
9 |
-\arguments{ |
|
10 |
-\item{df}{tree data.frame} |
|
11 |
- |
|
12 |
-\item{node}{is the node id of child in tree.} |
|
13 |
-} |
|
14 |
-\value{ |
|
15 |
-integer node id of parent |
|
16 |
-} |
|
17 |
-\description{ |
|
18 |
-Get parent node id of child node. |
|
19 |
-} |
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/ggtree@128515 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,20 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/tidytree.R |
|
3 |
+\name{getParent.df} |
|
4 |
+\alias{getParent.df} |
|
5 |
+\title{getParent.df} |
|
6 |
+\usage{ |
|
7 |
+getParent.df(df, node) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{df}{tree data.frame} |
|
11 |
+ |
|
12 |
+\item{node}{is the node id of child in tree.} |
|
13 |
+} |
|
14 |
+\value{ |
|
15 |
+integer node id of parent |
|
16 |
+} |
|
17 |
+\description{ |
|
18 |
+Get parent node id of child node. |
|
19 |
+} |
|
20 |
+ |