-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
executable file
·68 lines (67 loc) · 1.52 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
# Generated by roxygen2: do not edit by hand
S3method(as.list,AlignmentsExperimentSet)
export("barcodeData<-")
export("experimentData<-")
export("fwdReads<-")
export("fwdReadsType<-")
export("readCounts<-")
export("rveReads<-")
export("rveReadsType<-")
export("unassignedData<-")
export(AlignmentsExperimentSet)
export(amplicanAlign)
export(amplicanConsensus)
export(amplicanFilter)
export(amplicanMap)
export(amplicanNormalize)
export(amplicanOverlap)
export(amplicanPipeline)
export(amplicanPipelineConservative)
export(amplicanReport)
export(amplicanSummarize)
export(amplican_print_reads)
export(assignedCount)
export(barcodeData)
export(cigarsToEvents)
export(comb_along)
export(experimentData)
export(extractEvents)
export(findEOP)
export(findLQR)
export(findPD)
export(fwdReads)
export(fwdReadsType)
export(getEvents)
export(is_hdr_strict)
export(lookupAlignment)
export(metaplot_deletions)
export(metaplot_insertions)
export(metaplot_mismatches)
export(pairToEvents)
export(plot_cuts)
export(plot_deletions)
export(plot_height)
export(plot_heterogeneity)
export(plot_insertions)
export(plot_mismatches)
export(plot_variants)
export(readCounts)
export(rveReads)
export(rveReadsType)
export(unassignedCount)
export(unassignedData)
export(writeAlignments)
exportClasses(AlignmentsExperimentSet)
import(BiocGenerics)
import(Biostrings)
import(Rcpp)
import(data.table)
import(ggthemes)
import(knitr)
import(methods)
import(waffle)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,Stat)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,layer)
useDynLib(amplican)