File: NAMESPACE

package info (click to toggle)
r-cran-alakazam 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 3,852 kB
  • sloc: cpp: 168; makefile: 5
file content (204 lines) | stat: -rw-r--r-- 5,234 bytes parent folder | download
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
# Generated by roxygen2: do not edit by hand

export(ABBREV_AA)
export(DNA_COLORS)
export(DNA_IUPAC)
export(IG_COLORS)
export(IMGT_REGIONS)
export(IUPAC_AA)
export(IUPAC_DNA)
export(TR_COLORS)
export(aliphatic)
export(alphaDiversity)
export(aminoAcidProperties)
export(baseTheme)
export(buildPhylipLineage)
export(bulk)
export(calcCoverage)
export(calcDiversity)
export(charge)
export(checkColumns)
export(collapseDuplicates)
export(combineIgphyml)
export(countClones)
export(countGenes)
export(countPatterns)
export(cpuCount)
export(estimateAbundance)
export(extractVRegion)
export(getAAMatrix)
export(getAllele)
export(getChain)
export(getDNAMatrix)
export(getFamily)
export(getGene)
export(getLocus)
export(getMRCA)
export(getPathLengths)
export(getPositionQuality)
export(getSegment)
export(graphToPhylo)
export(gravy)
export(gridPlot)
export(groupGenes)
export(isValidAASeq)
export(makeChangeoClone)
export(makeTempDir)
export(maskPositionsByQuality)
export(maskSeqEnds)
export(maskSeqGaps)
export(nonsquareDist)
export(padSeqEnds)
export(pairwiseDist)
export(pairwiseEqual)
export(permuteLabels)
export(phyloToGraph)
export(plotAbundanceCurve)
export(plotDiversityCurve)
export(plotDiversityTest)
export(plotEdgeTest)
export(plotMRCATest)
export(plotSubtrees)
export(polar)
export(progressBar)
export(rarefyDiversity)
export(readChangeoDb)
export(readFastqDb)
export(readIgphyml)
export(seqDist)
export(seqEqual)
export(sortGenes)
export(stoufferMeta)
export(summarizeSubtrees)
export(tableEdges)
export(testDiversity)
export(testEdges)
export(testMRCA)
export(translateDNA)
export(translateStrings)
export(writeChangeoDb)
exportClasses(AbundanceCurve)
exportClasses(ChangeoClone)
exportClasses(DiversityCurve)
exportClasses(EdgeTest)
exportClasses(MRCATest)
exportMethods(plot)
exportMethods(print)
import(ggplot2)
import(graphics)
import(methods)
import(utils)
importFrom(Biostrings,BString)
importFrom(Biostrings,extractAt)
importFrom(GenomicAlignments,explodeCigarOpLengths)
importFrom(GenomicAlignments,explodeCigarOps)
importFrom(IRanges,IRanges)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Rcpp,evalCpp)
importFrom(airr,read_rearrangement)
importFrom(airr,write_rearrangement)
importFrom(ape,di2multi)
importFrom(ape,ladderize)
importFrom(ape,read.tree)
importFrom(ape,reorder.phylo)
importFrom(ape,root)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,combine)
importFrom(dplyr,desc)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,n)
importFrom(dplyr,one_of)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarize)
importFrom(dplyr,summarize_at)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(igraph,E)
importFrom(igraph,V)
importFrom(igraph,all_shortest_paths)
importFrom(igraph,as_data_frame)
importFrom(igraph,as_edgelist)
importFrom(igraph,components)
importFrom(igraph,degree)
importFrom(igraph,distances)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,graph_from_data_frame)
importFrom(igraph,groups)
importFrom(igraph,make_directed_graph)
importFrom(igraph,make_graph)
importFrom(igraph,make_undirected_graph)
importFrom(igraph,set_vertex_attr)
importFrom(igraph,shortest_paths)
importFrom(igraph,vertex_attr)
importFrom(lazyeval,interp)
importFrom(progress,progress_bar)
importFrom(readr,cols)
importFrom(readr,read_delim)
importFrom(readr,read_tsv)
importFrom(readr,write_delim)
importFrom(readr,write_tsv)
importFrom(rlang,":=")
importFrom(rlang,enquo)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(scales,log10_trans)
importFrom(scales,log2_trans)
importFrom(scales,math_format)
importFrom(scales,percent)
importFrom(scales,pretty_breaks)
importFrom(scales,scientific)
importFrom(scales,trans_breaks)
importFrom(scales,trans_format)
importFrom(seqinr,translate)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,dbinom)
importFrom(stats,dmultinom)
importFrom(stats,dnorm)
importFrom(stats,ecdf)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pbinom)
importFrom(stats,pnorm)
importFrom(stats,qbinom)
importFrom(stats,qnorm)
importFrom(stats,rbinom)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stringi,stri_count_boundaries)
importFrom(stringi,stri_count_fixed)
importFrom(stringi,stri_count_regex)
importFrom(stringi,stri_detect_fixed)
importFrom(stringi,stri_dup)
importFrom(stringi,stri_extract_all_regex)
importFrom(stringi,stri_extract_first_regex)
importFrom(stringi,stri_flatten)
importFrom(stringi,stri_join)
importFrom(stringi,stri_length)
importFrom(stringi,stri_pad_left)
importFrom(stringi,stri_pad_right)
importFrom(stringi,stri_paste)
importFrom(stringi,stri_replace_all_regex)
importFrom(stringi,stri_replace_first_regex)
importFrom(stringi,stri_split_fixed)
importFrom(tibble,tibble)
importFrom(tidyr,complete)
importFrom(tidyr,gather)
useDynLib(alakazam, .registration=TRUE)