-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·37 lines (36 loc) · 841 Bytes
/
NAMESPACE
File metadata and controls
executable file
·37 lines (36 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Generated by roxygen2: do not edit by hand
export(CaDrA)
export(calc_rowscore)
export(candidate_search)
export(generate_permutations)
export(meta_plot)
export(permutation_plot)
export(prefilter_data)
export(topn_best)
export(topn_plot)
import(R.cache)
import(SummarizedExperiment)
import(doParallel)
import(ggplot2)
import(gplots)
import(gtable)
import(knnmi)
import(methods)
import(plyr)
import(reshape2)
importFrom(MASS,bcv)
importFrom(MASS,kde2d)
importFrom(graphics,legend)
importFrom(grid,grid.draw)
importFrom(grid,unit.pmax)
importFrom(misc3d,kde3d)
importFrom(ppcor,pcor.test)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,pnorm)
importFrom(stats,pwilcox)
importFrom(stats,sd)
useDynLib(CaDrA,ks_genescore_mat_)
useDynLib(CaDrA,ks_genescore_wrap_)
useDynLib(CaDrA,ks_plot_wrap_)
useDynLib(CaDrA,ks_test_d_wrap_)