-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
247 lines (246 loc) · 7.59 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
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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
# Generated by roxygen2: do not edit by hand
export(annotation_to_fasta)
export(blaze)
export(bulk_long_pipeline)
export(combine_sce)
export(convolution_filter)
export(create_config)
export(create_sce_from_dir)
export(create_se_from_dir)
export(create_spe)
export(cutadapt)
export(demultiplex_sockeye)
export(filter_annotation)
export(filter_coverage)
export(find_barcode)
export(find_bin)
export(find_isoform)
export(find_variants)
export(flexiplex)
export(get_GRangesList)
export(get_coverage)
export(minimap2_align)
export(minimap2_realign)
export(parse_gff_tree)
export(plot_coverage)
export(plot_demultiplex)
export(plot_isoform_heatmap)
export(plot_isoform_reduced_dim)
export(plot_isoforms)
export(plot_spatial_isoform)
export(quantify_transcript)
export(quantify_transcript_flames)
export(relative_mutation_positions)
export(sc_DTU_analysis)
export(sc_impute_transcript)
export(sc_long_multisample_pipeline)
export(sc_long_pipeline)
export(sc_mutations)
export(weight_transcripts)
importFrom(BiocGenerics,`%in%`)
importFrom(BiocGenerics,cbind)
importFrom(BiocGenerics,colnames)
importFrom(BiocGenerics,end)
importFrom(BiocGenerics,ncol)
importFrom(BiocGenerics,rownames)
importFrom(BiocGenerics,start)
importFrom(BiocGenerics,strand)
importFrom(BiocGenerics,t)
importFrom(BiocParallel,MulticoreParam)
importFrom(BiocParallel,bplapply)
importFrom(BiocParallel,bpmapply)
importFrom(Biostrings,readDNAStringSet)
importFrom(Biostrings,writeXStringSet)
importFrom(ComplexHeatmap,AnnotationFunction)
importFrom(ComplexHeatmap,Heatmap)
importFrom(ComplexHeatmap,rowAnnotation)
importFrom(DropletUtils,read10xCounts)
importFrom(GenomeInfoDb,seqinfo)
importFrom(GenomeInfoDb,seqlengths)
importFrom(GenomeInfoDb,seqnames)
importFrom(GenomicAlignments,readGAlignments)
importFrom(GenomicAlignments,seqnames)
importFrom(GenomicFeatures,extractTranscriptSeqs)
importFrom(GenomicFeatures,fiveUTRsByTranscript)
importFrom(GenomicFeatures,threeUTRsByTranscript)
importFrom(GenomicRanges,GRanges)
importFrom(GenomicRanges,GRangesList)
importFrom(GenomicRanges,coverage)
importFrom(GenomicRanges,disjoin)
importFrom(GenomicRanges,findOverlaps)
importFrom(GenomicRanges,gaps)
importFrom(GenomicRanges,granges)
importFrom(GenomicRanges,reduce)
importFrom(GenomicRanges,strand)
importFrom(IRanges,IRanges)
importFrom(IRanges,end)
importFrom(IRanges,start)
importFrom(IRanges,width)
importFrom(Matrix,readMM)
importFrom(Matrix,tail)
importFrom(MatrixGenerics,rowSums)
importFrom(RColorBrewer,brewer.pal)
importFrom(Rsamtools,PileupParam)
importFrom(Rsamtools,ScanBamParam)
importFrom(Rsamtools,asBam)
importFrom(Rsamtools,indexBam)
importFrom(Rsamtools,indexFa)
importFrom(Rsamtools,pileup)
importFrom(Rsamtools,scanBamFlag)
importFrom(Rsamtools,sortBam)
importFrom(S4Vectors,"mcols<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,mcols)
importFrom(S4Vectors,queryHits)
importFrom(S4Vectors,split)
importFrom(S4Vectors,subjectHits)
importFrom(SingleCellExperiment,"altExp<-")
importFrom(SingleCellExperiment,"colLabels<-")
importFrom(SingleCellExperiment,"counts<-")
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SingleCellExperiment,altExp)
importFrom(SingleCellExperiment,altExpNames)
importFrom(SingleCellExperiment,altExps)
importFrom(SingleCellExperiment,colLabels)
importFrom(SingleCellExperiment,counts)
importFrom(SingleCellExperiment,logcounts)
importFrom(SingleCellExperiment,reducedDim)
importFrom(SingleCellExperiment,reducedDimNames)
importFrom(SingleCellExperiment,rowData)
importFrom(SpatialExperiment,"imgData<-")
importFrom(SpatialExperiment,SpatialExperiment)
importFrom(SpatialExperiment,imgData)
importFrom(SpatialExperiment,readImgData)
importFrom(SummarizedExperiment,"assay<-")
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,"rowRanges<-")
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(SummarizedExperiment,rowRanges)
importFrom(bambu,bambu)
importFrom(bambu,prepareAnnotations)
importFrom(bambu,writeToGTF)
importFrom(basilisk,BasiliskEnvironment)
importFrom(basilisk,basiliskRun)
importFrom(basilisk,obtainEnvironmentPath)
importFrom(circlize,colorRamp2)
importFrom(cowplot,plot_grid)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,all_vars)
importFrom(dplyr,any_vars)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,c_across)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,filter_at)
importFrom(dplyr,group_by)
importFrom(dplyr,groups)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,row_number)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,select_if)
importFrom(dplyr,slice_max)
importFrom(dplyr,summarise)
importFrom(dplyr,summarise_at)
importFrom(dplyr,top_n)
importFrom(dplyr,ungroup)
importFrom(future,plan)
importFrom(ggbio,geom_alignment)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotation_raster)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,coord_polar)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_histogram)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_stack)
importFrom(ggplot2,scale_colour_gradient2)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(grid,unit)
importFrom(grid,viewport)
importFrom(gridExtra,grid.arrange)
importFrom(igraph,as_adjacency_matrix)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(magrittr,equals)
importFrom(methods,is)
importFrom(parallel,detectCores)
importFrom(readr,col_character)
importFrom(readr,col_integer)
importFrom(readr,col_logical)
importFrom(readr,read_delim)
importFrom(readr,read_table)
importFrom(reticulate,dict)
importFrom(reticulate,import_from_path)
importFrom(rtracklayer,import)
importFrom(scater,runPCA)
importFrom(scater,runUMAP)
importFrom(scatterpie,geom_scatterpie)
importFrom(scran,buildSNNGraph)
importFrom(scuttle,addPerCellQC)
importFrom(scuttle,addPerFeatureQC)
importFrom(scuttle,isOutlier)
importFrom(scuttle,logNormCounts)
importFrom(scuttle,normalizeCounts)
importFrom(stats,chisq.test)
importFrom(stats,complete.cases)
importFrom(stats,convolve)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stats,weighted.mean)
importFrom(stringr,str_split)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,as_tibble)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,matches)
importFrom(txdbmaker,makeTxDbFromGFF)
importFrom(txdbmaker,makeTxDbFromGRanges)
importFrom(utils,file_test)
importFrom(utils,modifyList)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(utils,write.csv)
importFrom(utils,write.table)
importFrom(withr,with_package)
importFrom(withr,with_path)
useDynLib(FLAMES, .registration=TRUE)