File: NAMESPACE

package info (click to toggle)
r-bioc-rots 1.34.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 692 kB
  • sloc: cpp: 215; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 459 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Export functions from the ROTS-package
export(ROTS)
S3method(print, ROTS)
S3method(summary, ROTS)
S3method(plot, ROTS)

## Load  shared library ROTS.so/dll
useDynLib(ROTS)
importFrom(Rcpp, evalCpp)
importFrom(stats, median, na.omit, heatmap, loess.smooth, prcomp)
importFrom(utils, setTxtProgressBar, txtProgressBar)
importFrom(graphics, plot, points, abline, legend, lines, text, hist, par)
importFrom(grDevices, colorRampPalette)
importFrom(methods, is)