-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
45 lines (42 loc) · 1.09 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
exportPattern("^[[:alpha:]]+")
S3method(duplicated, DNAbin)
S3method(subset, DNAbin)
S3method(unique, DNAbin)
S3method(duplicated, AAbin)
S3method(subset, AAbin)
S3method(unique, AAbin)
importFrom(aphid,forward)
importFrom(aphid,Viterbi)
importFrom(aphid,align)
importFrom(aphid,logsum)
importFrom(aphid,derivePHMM)
importFrom(aphid,train)
importFrom(aphid,weight)
importFrom(ape,as.AAbin)
importFrom(ape,as.character.DNAbin)
importFrom(ape,complement)
importFrom(ape,print.DNAbin)
importFrom(ape,print.AAbin)
importFrom(phylogram,remidpoint)
importFrom(phylogram,reposition)
importFrom(kmer,kcount)
importFrom(kmer,otu)
importFrom(openssl,md5)
importFrom(RANN,nn2)
importFrom(seqinr,translate)
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
importFrom(stats,dendrapply)
importFrom(stats,hclust)
importFrom(stats,is.leaf)
importFrom(stats,kmeans)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,aggregate)
importFrom(utils,tail)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,download.file)
importFrom(utils,untar)
importFrom(xml2,as_list)
importFrom(xml2,read_xml)