-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
142 lines (141 loc) · 3.92 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
# Generated by roxygen2: do not edit by hand
S3method(assign_binding_regions,character)
S3method(assign_binding_regions,numeric)
S3method(cbind,Primers)
S3method(cbind,Templates)
S3method(cbind,fill)
S3method(rbind,Primers)
S3method(rbind,Templates)
export(ConstraintOptions)
export(ConstraintSettings)
export(CoverageConstraints)
export(PCR_Conditions)
export(Primers)
export(Templates)
export(adjust_binding_regions)
export(assign_binding_regions)
export(check_constraints)
export(check_restriction_sites)
export(classify_design_problem)
export(create_coverage_xls)
export(create_report)
export(design_primers)
export(filter_primers)
export(get_comparison_table)
export(get_cvg_ratio)
export(get_cvg_stats)
export(get_cvg_stats_primer)
export(get_initial_primers)
export(parallel_setup)
export(plot_conservation)
export(plot_constraint)
export(plot_constraint_deviation)
export(plot_constraint_fulfillment)
export(plot_cvg_constraints)
export(plot_cvg_vs_set_size)
export(plot_penalty_vs_set_size)
export(plot_primer)
export(plot_primer_binding_regions)
export(plot_primer_cvg)
export(plot_primer_subsets)
export(plot_template_cvg)
export(primer_significance)
export(read_primers)
export(read_settings)
export(read_templates)
export(runTutorial)
export(score_conservation)
export(score_degen)
export(score_primers)
export(select_regions_by_conservation)
export(subset_primer_set)
export(update_template_cvg)
export(write_primers)
export(write_settings)
export(write_templates)
exportClasses(ConstraintOptions)
exportClasses(ConstraintSettings)
exportClasses(CoverageConstraints)
exportClasses(DesignSettings)
exportClasses(PCR_Conditions)
exportClasses(Primers)
exportClasses(Templates)
exportMethods("$<-")
exportMethods("PCR<-")
exportMethods("[")
exportMethods("conOptions<-")
exportMethods("constraintLimits<-")
exportMethods("constraints<-")
exportMethods("cvg_constraints<-")
exportMethods(PCR)
exportMethods(cbind2)
exportMethods(conOptions)
exportMethods(constraintLimits)
exportMethods(constraints)
exportMethods(cvg_constraints)
exportMethods(rbind2)
import(ggplot2)
import(lpSolveAPI)
import(methods)
importFrom(BiocGenerics,end)
importFrom(BiocGenerics,start)
importFrom(BiocGenerics,unlist)
importFrom(Biostrings,DNAStringSet)
importFrom(Biostrings,DNAStringSetList)
importFrom(Biostrings,DNA_BASES)
importFrom(Biostrings,IUPAC_CODE_MAP)
importFrom(Biostrings,compareStrings)
importFrom(Biostrings,extractAt)
importFrom(Biostrings,matchPattern)
importFrom(Biostrings,mergeIUPACLetters)
importFrom(Biostrings,mismatch)
importFrom(Biostrings,nucleotideSubstitutionMatrix)
importFrom(Biostrings,pairwiseAlignment)
importFrom(Biostrings,reverseComplement)
importFrom(Biostrings,vmatchPattern)
importFrom(Biostrings,width)
importFrom(GenomicRanges,GRanges)
importFrom(IRanges,CharacterList)
importFrom(IRanges,IRanges)
importFrom(IRanges,Views)
importFrom(IRanges,as.matrix)
importFrom(IRanges,findOverlaps)
importFrom(IRanges,overlapsAny)
importFrom(RColorBrewer,brewer.pal)
importFrom(S4Vectors,"metadata<-")
importFrom(S4Vectors,metadata)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(foreach,getDoParRegistered)
importFrom(foreach,getDoParWorkers)
importFrom(grDevices,colorRampPalette)
importFrom(magrittr,"%>%")
importFrom(plyr,.)
importFrom(plyr,arrange)
importFrom(plyr,catcolwise)
importFrom(plyr,ddply)
importFrom(plyr,here)
importFrom(plyr,numcolwise)
importFrom(plyr,rbind.fill)
importFrom(plyr,summarize)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(stats,as.formula)
importFrom(stats,ave)
importFrom(stats,fisher.test)
importFrom(stats,hclust)
importFrom(stats,na.omit)
importFrom(stats,p.adjust)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,reshape)
importFrom(stats,sd)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,setTxtProgressBar)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)
importFrom(utils,write.csv)
importFrom(utils,write.table)