-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
42 lines (41 loc) · 1.08 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
# Generated by roxygen2: do not edit by hand
S3method(SNP_distribution,QTLseq)
S3method(calc_index_etc,WithParent)
S3method(calc_index_etc,WithoutParent)
S3method(depth_statistics,QTLseq)
S3method(export_dp,WithParent)
S3method(export_dp,WithoutParent)
S3method(export_figure,WithParent)
S3method(export_figure,WithoutParent)
S3method(filterDP,BothParent)
S3method(filterDP,HighParent)
S3method(filterDP,LowParent)
S3method(filterDP,WithoutParent)
S3method(getQTL_and_exportFigure,WithParent)
export(SNP_distribution)
export(addUp)
export(calc_index_etc)
export(depth_statistics)
export(export_dp)
export(export_figure)
export(filterDP)
export(getQTL)
export(getQTL_and_exportFigure)
export(getQTLseqCI)
export(plotTargetChrom)
export(select_sample_and_SNP)
export(slidingWindow)
export(vcf2table)
import(cowplot)
import(dplyr)
import(ggplot2)
import(readr)
import(vcfR)
importFrom(RColorBrewer,brewer.pal)
importFrom(magrittr,"%>%")
importFrom(scales,comma_format)
importFrom(stringr,str_replace)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,separate)