forked from cran/polymapR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
58 lines (57 loc) · 1.45 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
# Generated by roxygen2: do not edit by hand
export(MDSMap_from_list)
export(PCA_progeny)
export(SNSN_LOD_deviations)
export(add_dup_markers)
export(assign_SN_SN)
export(assign_linkage_group)
export(bridgeHomologues)
export(calcSegtypeInfo)
export(checkF1)
export(check_map)
export(check_marker_assignment)
export(cluster_SN_markers)
export(cluster_per_LG)
export(consensus_LG_assignment)
export(consensus_LG_names)
export(convert_marker_dosages)
export(correctDosages)
export(createMap)
export(createTetraOriginInput)
export(create_phased_maplist)
export(define_LG_structure)
export(finish_linkage_analysis)
export(get_markertype_combinations)
export(homologue_lg_assignment)
export(leftstr)
export(linkage)
export(marker_binning)
export(marker_binning_list)
export(marker_data_summary)
export(merge_homologues)
export(merge_marker_assignments)
export(orient_and_merge_maps)
export(overviewSNlinks)
export(parental_quantities)
export(phase_SN_diploid)
export(plot_hom_vs_LG)
export(plot_linkage_df)
export(plot_map)
export(plot_phased_maplist)
export(r_LOD_plot)
export(rightstr)
export(screen_for_NA_values)
export(screen_for_duplicate_individuals)
export(screen_for_duplicate_markers)
export(split_linkage_info)
export(test_prefpairing)
export(write.TSNPM)
export(write.mct)
export(write.pwd)
export(write_nested_list)
export(write_pwd_list)
import(foreach)
import(grDevices)
import(graphics)
import(stats)
import(utils)