-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (32 loc) · 867 Bytes
/
NAMESPACE
File metadata and controls
33 lines (32 loc) · 867 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
# Generated by roxygen2: do not edit by hand
export(calc_effect_size)
export(compare_parallel)
export(compute_beta_values)
export(create_ct_fractions)
export(define_DMCTs)
export(generate_controls)
export(generate_mixed_controls)
export(import_real_DNAm_profiles)
export(plot_results)
export(plot_results_Spec)
export(run_simulation)
export(sample_DMCTs)
export(simulation_run)
export(simulation_setup)
import(doParallel)
import(dplyr)
import(foreach)
import(parallel)
importFrom(EpiDISH,"CellDMC")
importFrom(foreach,"%dopar%")
importFrom(graphics,"legend")
importFrom(graphics,"lines")
importFrom(graphics,"points")
importFrom(kableExtra,"add_header_above")
importFrom(kableExtra,"kable_classic")
importFrom(kableExtra,"kbl")
importFrom(magrittr,"%>%")
importFrom(parallel,"makeCluster")
importFrom(stats,"rbeta")
importFrom(stats,"runif")
importFrom(stats,"var")