forked from PhHermann/LDJump
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
45 lines (35 loc) · 1.04 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
exportPattern("^[[:alpha:]]+")
importFrom(stepR, stepFit)
importFrom(ape, read.dna)
importFrom(ape, write.dna)
importFrom(ape, seg.sites)
importFrom(ape, read.FASTA)
importFrom(vcfR, read.vcfR)
importFrom(vcfR, vcfR2DNAbin)
importFrom(Biostrings, readDNAStringSet)
importFrom(Biostrings, subseq)
importFrom(Biostrings, width)
importFrom(Biostrings, writeXStringSet)
importFrom(Biostrings, DNAStringSet)
importFrom(Biostrings, stringDist)
importFrom(adegenet, DNAbin2genind)
importFrom(adegenet, Hs)
importFrom(genetics, diseq)
importFrom(genetics, genotype)
importFrom(utils, combn)
importFrom(utils, read.table)
importFrom(stats, predict)
importFrom(stats, weighted.mean)
importFrom(stats, gaussian)
importFrom(stats, runif)
importFrom(stats, var)
importFrom(snow, makeCluster)
importFrom(snow, parSapply)
importFrom(snow, stopCluster)
importFrom(data.table, rbindlist)
importFrom(pegas, tajima.test)
importFrom(pegas, haplotype)
importFrom(pegas, theta.s)
importFrom(mgcv, gam)
import(quantreg)
import(seqinr)