-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
48 lines (47 loc) · 1.02 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
export(AlleleComp)
export(CopySeg_falcon)
export(T.goodness.test)
export(View_summary)
export(cluster.doc)
export(cluster.doubt)
export(match.maker)
export(mutect2.qc)
export(segment.plot)
export(seqn.scale)
export(variant.auto.plot)
export(variant.plot)
import(FactoMineR)
import(RcppArmadillo)
import(bootcluster)
import(cluster)
import(dplyr)
import(factoextra)
import(falcon)
import(fpc)
import(ggplot2)
import(ggpubr)
import(mclust)
import(rlang)
import(scales)
import(sequenza)
import(tidyr)
import(vcfR)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,abline)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(stats,dist)
importFrom(stats,kmeans)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,na.exclude)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,prcomp)
importFrom(stats,sd)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.table)