forked from jendelman/polyBreedR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
47 lines (46 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
export(A_mat)
export(G_mat)
export(GvsA)
export(check_ploidy)
export(check_trio)
export(dart2vcf)
export(fr2vcf)
export(gbs)
export(geno_call)
export(get_pedigree)
export(impute)
export(merge_impute)
export(readXY)
export(update_alias)
export(write_vcf)
import(Matrix)
import(ggplot2)
import(vcfR)
importFrom(AGHmatrix,Amatrix)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(parallel,clusterExport)
importFrom(parallel,makeCluster)
importFrom(parallel,parApply)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(pedigree,orderPed)
importFrom(randomForest,randomForest)
importFrom(rlang,.data)
importFrom(rrBLUP,A.mat)
importFrom(stats,anova)
importFrom(stats,chisq.test)
importFrom(stats,cov)
importFrom(stats,dnorm)
importFrom(stats,lm)
importFrom(stats,sd)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(updog,flexdog)
importFrom(utils,capture.output)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(vcfR,read.vcfR)