-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
S3method("[",genomeMap)
S3method(mapLen,chromMap)
S3method(mapLen,genomeMap)
S3method(physRange,chromMap)
S3method(physRange,genomeMap)
S3method(print,chromMap)
S3method(print,genomeMap)
S3method(print,genomeSimList)
export(convertPos)
export(customMap)
export(estimateIdentity)
export(estimateInbreeding)
export(estimateKappa)
export(estimateKinship)
export(estimateTwoLocusIdentity)
export(estimateTwoLocusInbreeding)
export(estimateTwoLocusKappa)
export(estimateTwoLocusKinship)
export(extractIds)
export(findPattern)
export(haploDraw)
export(ibdsim)
export(karyoHaploid)
export(launchApp)
export(loadMap)
export(mapLen)
export(physRange)
export(plotSegmentDistribution)
export(profileSimIBD)
export(realisedIdentity)
export(realisedInbreeding)
export(realisedKappa)
export(realisedKinship)
export(segmentStats)
export(uniformMap)
export(zeroIBD)
import(ggplot2)
import(pedtools)
importFrom(Rcpp,evalCpp)
importFrom(Rcpp,sourceCpp)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(ribd,inbreeding)
importFrom(ribd,kinship)
importFrom(stats,quantile)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
useDynLib(ibdsim2, .registration = TRUE)