1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,19 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/GatingHierarchy_Methods.R |
|
3 |
+\name{gh_pop_get_full_path} |
|
4 |
+\alias{gh_pop_get_full_path} |
|
5 |
+\title{convert the partial gating path to the full path} |
|
6 |
+\usage{ |
|
7 |
+gh_pop_get_full_path(gh, path) |
|
8 |
+} |
|
9 |
+\arguments{ |
|
10 |
+\item{gh}{GatingHierarchy object} |
|
11 |
+ |
|
12 |
+\item{path}{the partial gating path} |
|
13 |
+} |
|
14 |
+\value{ |
|
15 |
+the full gating path |
|
16 |
+} |
|
17 |
+\description{ |
|
18 |
+convert the partial gating path to the full path |
|
19 |
+} |