forked from knausb/vcfR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
112 lines (111 loc) · 2.21 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# Generated by roxygen2: do not edit by hand
export("%>%")
export(.CM_to_NM)
export(.NM2winNM)
export(.elementNumber)
export(.extract_GT_to_CM)
export(.extract_haps)
export(.grepa)
export(.gt_to_popsum)
export(.rank_variants)
export(.read_body_gz)
export(.read_meta_gz)
export(.seq_to_rects)
export(.shankaR)
export(.vcf_stats_gz)
export(.window_init)
export(.windowize_NM)
export(.windowize_annotations)
export(.windowize_fasta)
export(.windowize_variants)
export(.write_fasta)
export(.write_vcf_body)
export(AD_frequency)
export(INFO2df)
export(NM2winNM)
export(addID)
export(alleles2consensus)
export(ann2chromR)
export(chromR2vcfR)
export(chromo)
export(chromoqc)
export(create.chromR)
export(dr.plot)
export(extract.gt)
export(extract.haps)
export(extract.indels)
export(extract.info)
export(extract_gt_tidy)
export(extract_info_tidy)
export(freq_peak)
export(freq_peak_plot)
export(genetic_diff)
export(get.alleles)
export(getALT)
export(getCHROM)
export(getFILTER)
export(getFIX)
export(getID)
export(getINFO)
export(getPOS)
export(getQUAL)
export(getREF)
export(gt.to.popsum)
export(gt2popsum)
export(heatmap.bp)
export(is.biallelic)
export(is.het)
export(is.polymorphic)
export(is_het)
export(maf)
export(masker)
export(masplit)
export(metaINFO2df)
export(null.plot)
export(ordisample)
export(pairwise_genetic_diff)
export(peak_to_ploid)
export(proc.chromR)
export(queryMETA)
export(rank.variants.chromR)
export(rePOS)
export(read.vcfR)
export(regex.win)
export(seq2chromR)
export(seq2rects)
export(var.win)
export(variant.table)
export(vcfR2DNAbin)
export(vcfR2chromR)
export(vcfR2genind)
export(vcfR2genlight)
export(vcfR2loci)
export(vcfR2migrate)
export(vcfR2tidy)
export(vcf_field_names)
export(win.table)
export(windowize.NM)
export(write.fasta)
export(write.var.info)
export(write.vcf)
export(write.win.info)
export(z.score)
exportClasses(chromR)
exportClasses(vcfR)
exportMethods(dim)
exportMethods(head)
exportMethods(length)
exportMethods(nrow)
exportMethods(plot)
exportMethods(print)
exportMethods(rbind2)
import(ape)
import(methods)
import(pinfsc50)
import(vegan)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
importFrom(stats,setNames)
importFrom(utils,object.size)
importFrom(viridisLite,viridis)
useDynLib(vcfR, .registration = TRUE)