... | ... |
@@ -34,6 +34,7 @@ export(query_exons_symbol) |
34 | 34 |
export(query_methy) |
35 | 35 |
export(region_methy_stats) |
36 | 36 |
export(samples) |
37 |
+export(sigmoid) |
|
37 | 38 |
exportClasses(NanoMethResult) |
38 | 39 |
exportMethods("exons<-") |
39 | 40 |
exportMethods("methy<-") |
... | ... |
@@ -80,6 +81,7 @@ importFrom(dplyr,rename) |
80 | 81 |
importFrom(dplyr,select) |
81 | 82 |
importFrom(dplyr,summarise) |
82 | 83 |
importFrom(dplyr,ungroup) |
84 |
+importFrom(e1071,sigmoid) |
|
83 | 85 |
importFrom(forcats,fct_reorder) |
84 | 86 |
importFrom(ggplot2,aes) |
85 | 87 |
importFrom(ggplot2,geom_rect) |
86 | 88 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,16 @@ |
1 |
+% Generated by roxygen2: do not edit by hand |
|
2 |
+% Please edit documentation in R/reexport.R |
|
3 |
+\docType{import} |
|
4 |
+\name{reexports} |
|
5 |
+\alias{reexports} |
|
6 |
+\alias{sigmoid} |
|
7 |
+\title{Objects exported from other packages} |
|
8 |
+\keyword{internal} |
|
9 |
+\description{ |
|
10 |
+These objects are imported from other packages. Follow the links |
|
11 |
+below to see their documentation. |
|
12 |
+ |
|
13 |
+\describe{ |
|
14 |
+ \item{e1071}{\code{\link[e1071]{sigmoid}}} |
|
15 |
+}} |
|
16 |
+ |