-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.21 KB
/
NAMESPACE
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
38
39
40
41
42
43
44
45
46
47
48
# Generated by roxygen2: do not edit by hand
S3method(plot,DICEPRO)
export(DICEPRO)
export(computPerf)
export(compute_precision)
export(generateProp)
export(generate_ref_matrix)
export(heatmap_abundances)
export(metric_plot)
export(nmf_lbfgsb)
export(run_CSx)
export(running_method)
export(simulation)
import(RcppEigen)
import(dplyr)
import(ggplot2)
import(patchwork)
importFrom(ComICS,dcq)
importFrom(DeconRNASeq,DeconRNASeq)
importFrom(FARDEEP,fardeep)
importFrom(MASS,mvrnorm)
importFrom(Metrics,rmse)
importFrom(Rcpp,sourceCpp)
importFrom(SimMultiCorrData,calc_theory)
importFrom(SimMultiCorrData,rcorrvar2)
importFrom(clusterGeneration,rcorrmatrix)
importFrom(dplyr,across)
importFrom(dplyr,everything)
importFrom(dplyr,group_by)
importFrom(dplyr,summarise)
importFrom(matrixStats,rowVars)
importFrom(parallel,detectCores)
importFrom(pcaMethods,prep)
importFrom(rBeta2009,rdirichlet)
importFrom(reshape2,melt)
importFrom(scater,mockSCE)
importFrom(stats,aggregate)
importFrom(stats,lm)
importFrom(stats,optim)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(utils,read.delim2)
importFrom(utils,write.table)
useDynLib(DICEPRO, .registration = TRUE)