-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
64 lines (63 loc) · 1.74 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# Generated by roxygen2: do not edit by hand
export(UNMASC_definitions)
export(gen_simulated_data)
export(import_VCFs)
export(prep_UNMASC_VCF)
export(run_AF_SEG)
export(run_UNMASC)
export(run_hsMetric_clustRank)
export(simulate_BAF)
import(foreach)
importFrom(GenomicRanges,GRanges)
importFrom(IRanges,IRanges)
importFrom(Rcpp,sourceCpp)
importFrom(Rsamtools,BamFile)
importFrom(Rsamtools,PileupParam)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,pileup)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(doParallel,registerDoParallel)
importFrom(emdbook,rbetabinom)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(parallel,makeCluster)
importFrom(parallel,stopCluster)
importFrom(scales,hue_pal)
importFrom(seqTools,char2ascii)
importFrom(smarter,name_change)
importFrom(smarter,smart_WT)
importFrom(smarter,smart_df)
importFrom(smarter,smart_hist)
importFrom(smarter,smart_merge)
importFrom(smarter,smart_mkdir)
importFrom(smarter,smart_progress)
importFrom(smarter,smart_reqNames)
importFrom(smarter,smart_rmcols)
importFrom(smarter,smart_table)
importFrom(stats,chisq.test)
importFrom(stats,density)
importFrom(stats,fisher.test)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rnbinom)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,write.table)
useDynLib(UNMASC)