-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
81 lines (80 loc) · 1.7 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Generated by roxygen2: do not edit by hand
S3method(print,genome)
S3method(summary,genome)
export(calc_LD)
export(calc_allele_freq)
export(calc_exp_genvar)
export(calc_haplotype_freq)
export(check_geno)
export(chrlen)
export(chrnames)
export(combine_pop)
export(create_pop)
export(find_markerpos)
export(find_proxmarkers)
export(geno_to_popvar)
export(genotype)
export(gv)
export(haploid_to_geno)
export(indnames)
export(induce_dh)
export(is_haploid)
export(map_to_popvar)
export(map_to_table)
export(markernames)
export(meanG)
export(nchr)
export(nind)
export(nloci)
export(nmar)
export(nqtl)
export(pgv)
export(pheno)
export(pred_geno_val)
export(pred_genvar)
export(pred_mar_eff)
export(pull_genotype)
export(pull_plei_qtl)
export(pull_qtl)
export(qtlnames)
export(select_pop)
export(sim_crossing_block)
export(sim_family)
export(sim_family_cb)
export(sim_founders)
export(sim_gen_model)
export(sim_genome)
export(sim_multi_gen_model)
export(sim_pedigree)
export(sim_phenoval)
export(sim_pop)
export(split_geno)
export(split_haploid)
export(subset_pop)
export(table_to_map)
export(varG)
import(dplyr)
import(simcross)
import(tidyr)
importFrom(BGLR,BGLR)
importFrom(Matrix,.bdiag)
importFrom(abind,abind)
importFrom(arrangements,combinations)
importFrom(dplyr,distinct)
importFrom(methods,slot)
importFrom(mpMap2,detailedPedigree)
importFrom(mpMap2,simulateMPCross)
importFrom(purrr,pmap)
importFrom(purrr,pmap_chr)
importFrom(purrr,pmap_dbl)
importFrom(qtl,chrlen)
importFrom(qtl,find.flanking)
importFrom(qtl,map2table)
importFrom(qtl,mf.h)
importFrom(qtl,pull.map)
importFrom(qtl,sim.cross)
importFrom(qtl,sim.map)
importFrom(qtl,table2map)
importFrom(rrBLUP,mixed.solve)
importFrom(simcross,check_pedigree)
importFrom(tidyr,crossing)