forked from bahlolab/isoRelate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.11 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
# Generated by roxygen2: do not edit by hand
export(IBDMatrix)
export(calculateMissingness)
export(calculatePopAlleleFreq)
export(getGenotypes)
export(getIBDiR)
export(getIBDiclusters)
export(getIBDmatrix)
export(getIBDparameters)
export(getIBDpclusters)
export(getIBDposterior)
export(getIBDproportion)
export(getIBDsegments)
export(getIBDsummary)
export(groupPairs)
export(isolatePairs)
export(plotIBDclusters)
export(plotIBDiR)
export(plotIBDproportions)
export(plotIBDsegments)
import(ggplot2)
importFrom(Rcpp,sourceCpp)
importFrom(foreach,"%dopar%")
importFrom(ggnetwork,ggnetwork)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,legend)
importFrom(graphics,plot)
importFrom(igraph,"E<-")
importFrom(igraph,"V<-")
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,components)
importFrom(igraph,fastgreedy.community)
importFrom(igraph,graph.data.frame)
importFrom(igraph,is.igraph)
importFrom(igraph,layout_with_fr)
importFrom(stats,pchisq)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
useDynLib(isoRelate)