-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
93 lines (92 loc) · 2.51 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
82
83
84
85
86
87
88
89
90
91
92
93
# Generated by roxygen2: do not edit by hand
S3method(autoplot,allele1)
S3method(autoplot,feature_tbl)
S3method(autoplot,gene_exon)
S3method(autoplot,merge_feature)
S3method(autoplot,scan1pattern)
S3method(subset,allele1)
S3method(subset,feature_tbl)
S3method(subset,gene_exon)
S3method(subset,top_snps_pattern)
S3method(summary,allele1)
S3method(summary,feature_snp)
S3method(summary,feature_tbl)
S3method(summary,gene_exon)
S3method(summary,gene_snp)
S3method(summary,merge_feature)
S3method(summary,scan1pattern)
S3method(summary,top_snps_pattern)
export(allele1)
export(autoplot.feature_tbl)
export(autoplot.gene_exon)
export(autoplot.merge_feature)
export(autoplot.scan1pattern)
export(create_probs_query_func)
export(gene_exon)
export(genoprob_to_patternprob)
export(ggplot_allele1)
export(ggplot_feature_tbl)
export(ggplot_gene_exon)
export(ggplot_merge_feature)
export(ggplot_scan1pattern)
export(merge_feature)
export(pattern_label)
export(pattern_sdp)
export(read_fast)
export(scan1pattern)
export(sdp_to_logical)
export(sdp_to_pattern)
export(snpprob_collapse)
export(top_snps_pattern)
importFrom(assertthat,assert_that)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(fst,read_fst)
importFrom(ggplot2,aes)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_color_gradient)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(qtl2,find_peaks)
importFrom(qtl2,genoprob_to_alleleprob)
importFrom(qtl2,scan1)
importFrom(qtl2,scan1blup)
importFrom(qtl2,scan1coef)
importFrom(qtl2,top_snps)
importFrom(qtl2fst,subset_fst_genoprob)
importFrom(rlang,.data)
importFrom(stats,median)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stringr,str_count)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(stringr,str_split)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)