-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE
More file actions
61 lines (60 loc) · 1.42 KB
/
NAMESPACE
File metadata and controls
61 lines (60 loc) · 1.42 KB
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
53
54
55
56
57
58
59
60
61
# Generated by roxygen2: do not edit by hand
export(BayesCI)
export(DIC_thresh)
export(IBDmat)
export(convert_mappoly)
export(convert_onemap)
export(convert_polyorigin)
export(convert_rabbit)
export(diallel_geno)
export(diallel_geno_pheno)
export(diplo_freq)
export(diplo_get)
export(fine_map)
export(fitQTL)
export(get_map)
export(haplo_cluster)
export(haplo_freq)
export(haplo_get)
export(haplo_match)
export(haplo_plot)
export(phased_parents)
export(read_data)
export(scan1)
export(scan1_permute)
export(scan1_summary)
export(set_params)
exportClasses(diallel_geno)
exportClasses(diallel_geno_pheno)
import(Matrix)
import(ggdendro)
import(ggfittext)
import(ggplot2)
importFrom(BGLR,BGLR)
importFrom(BGLR,readBinMat)
importFrom(Matrix,Matrix)
importFrom(arrangements,combinations)
importFrom(coda,mcmc)
importFrom(coda,raftery.diag)
importFrom(ggfittext,geom_fit_text)
importFrom(labeling,extended)
importFrom(methods,new)
importFrom(parallel,clusterExport)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(plyr,adply)
importFrom(reshape2,dcast)
importFrom(rlang,.data)
importFrom(scam,predict.scam)
importFrom(stats,as.dendrogram)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(utils,read.csv)
importFrom(utils,write.csv)