-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathNAMESPACE
More file actions
40 lines (39 loc) · 915 Bytes
/
NAMESPACE
File metadata and controls
40 lines (39 loc) · 915 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
34
35
36
37
38
39
40
# Generated by roxygen2: do not edit by hand
export("peakAmpMatrix<-")
export("peakPosMatrix<-")
export("primarySeq<-")
export("primarySeqID<-")
export("secondarySeq<-")
export("secondarySeqID<-")
export("traceMatrix<-")
export(PolyPeakParser)
export(chromatogram)
export(makeBaseCalls)
export(peakAmpMatrix)
export(peakPosMatrix)
export(primarySeq)
export(primarySeqID)
export(read.abif)
export(read.scf)
export(readsangerseq)
export(sangerseq)
export(secondarySeq)
export(secondarySeqID)
export(setAllelePhase)
export(traceMatrix)
exportClasses(abif)
exportClasses(sangerseq)
exportClasses(scf)
import(Biostrings)
import(methods)
import(shiny)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,axis)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,rect)
importFrom(stats,IQR)
importFrom(stats,quantile)
importFrom(stringr,str_replace)