-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
33 lines (32 loc) · 874 Bytes
/
NAMESPACE
File metadata and controls
33 lines (32 loc) · 874 Bytes
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
# Generated by roxygen2: do not edit by hand
export(SNPeek)
export(alignToRefs)
export(assignTypes)
export(countSNPs)
export(getPrototypeSeqs)
export(overallMeanDistance)
export(pairwiseDistances)
export(plotAA)
export(plotDistances)
export(plotFrequency)
export(plotTree)
importClassesFrom(Biostrings,DNAMultipleAlignment)
importFrom(Biostrings,DNAStringSet)
importFrom(Biostrings,readDNAStringSet)
importFrom(Biostrings,subseq)
importFrom(Biostrings,width)
importFrom(MSA2dist,dnastring2dist)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,heat.colors)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(methods,as)
importFrom(msa,msa)
importFrom(stats,as.dist)
importFrom(stats,hclust)
importFrom(stats,heatmap)