-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.37 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
# Generated by roxygen2: do not edit by hand
export(assigned_A2)
export(calc_metrics)
export(calculate_at)
export(check_3_or_4_col)
export(check_allele_calls)
export(check_allele_probabilities)
export(check_nas)
export(check_ratios)
export(check_reads)
export(checking_af)
export(compile_metrics)
export(create_at)
export(create_config)
export(create_evid)
export(create_evid_all)
export(create_gedmatchpro_report)
export(create_replicatedf)
export(filter_alleles)
export(format_af)
export(format_ref)
export(gedmatch_metrics)
export(get_ids)
export(load_freq)
export(load_kin_older)
export(load_kin_uas25)
export(mixder)
export(process_efm_files)
export(process_kinreport)
export(processing_evid_sample_reports)
export(processing_ref_sample_reports)
export(read_in_table)
export(reverse_comp)
export(run_efm)
export(run_indiv_efm_set)
export(run_workflow)
export(write_tables)
import(dplyr)
import(ggplot2)
import(glue)
import(parallel)
import(prompter)
import(shiny)
import(shinyFiles)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(methods,show)
importFrom(readxl,read_excel)
importFrom(rlang,.data)
importFrom(stats,aggregate)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(tibble,add_column)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,separate)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(utils,write.table)