-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
executable file
·62 lines (61 loc) · 1.62 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(analyzer)
export(bin_variants)
export(collapse_bsa_data)
export(getG_local)
export(getPvals_local)
export(picker2)
export(runGprimeAnalysis_local)
export(runQTLseqAnalysis_local)
export(sample_comparison_frame)
export(simulateConfInt_local)
export(simulateSNPindex_local)
export(tricubeStat_local)
export(vcf_to_qtlseqr_table)
importFrom(QTLseqr,countSNPs_cpp)
importFrom(QTLseqr,filterSNPs)
importFrom(QTLseqr,simulateConfInt)
importFrom(SeqArray,seqClose)
importFrom(SeqArray,seqGetData)
importFrom(SeqArray,seqOpen)
importFrom(SeqArray,seqResetFilter)
importFrom(SeqArray,seqSetFilter)
importFrom(SeqArray,seqVCF2GDS)
importFrom(SeqVarTools,nAlleles)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_split)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,setdiff)
importFrom(dplyr,summarize)
importFrom(dplyr,syms)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(futile.logger,flog.debug)
importFrom(locfit,locfit)
importFrom(locfit,lp)
importFrom(magrittr,"%>%")
importFrom(modeest,mlv)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,reduce)
importFrom(rlang,sym)
importFrom(stats,p.adjust)
importFrom(stats,plnorm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stringr,str_remove_all)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,separate)
importFrom(tidyr,unite)