-
Notifications
You must be signed in to change notification settings - Fork 55
/
NAMESPACE
95 lines (94 loc) · 1.84 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(AD_frequency)
export(INFO2df)
export(NM2winNM)
export(addID)
export(alleles2consensus)
export(ann2chromR)
export(check_keys)
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.indel)
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(vcfR2hapmap)
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)