forked from vsbuffalo/ProgenyArray
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.19 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 (4.1.0): do not edit by hand
export(HW)
export(HWPlot)
export(MendelianTransmissionWithError)
export(ProgenyArray)
export(SimulatedProgenyArray)
export(alleleFreqs)
export(geneticTiles)
export(genotypeFreqs)
export(genotypingErrorMatrix)
export(miMatrixPerTile)
export(physicalTiles)
export(plotGeneticMap)
export(sibFamily)
export(snpTiles)
exportClasses(PhasingTiles)
exportClasses(ProgenyArray)
exportClasses(SimulatedProgenyArray)
exportMethods("freqs<-")
exportMethods("parentNames<-")
exportMethods("progenyNames<-")
exportMethods("suppliedMothers<-")
exportMethods(calcFreqs)
exportMethods(fathers)
exportMethods(granges)
exportMethods(inferParents)
exportMethods(isSelfed)
exportMethods(mothers)
exportMethods(parentGenotypes)
exportMethods(parentLLPlot)
exportMethods(parentNames)
exportMethods(parentage)
exportMethods(parents)
exportMethods(phaseParents)
exportMethods(progenyArray)
exportMethods(progenyGenotypes)
exportMethods(progenyNames)
exportMethods(show)
exportMethods(suppliedMothers)
import(ggplot2)
import(methods)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,group_by)
importFrom(dplyr,summarise)
importFrom(magrittr,"%>%")
importFrom(reshape2,melt)
useDynLib(ProgenyArray)