-
Notifications
You must be signed in to change notification settings - Fork 17
/
NAMESPACE
158 lines (157 loc) · 4.54 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
# Generated by roxygen2: do not edit by hand
export(add10xVisiumAnalysis)
export(add_images)
export(add_key)
export(add_qc_metrics)
export(annotate_registered_clusters)
export(check_modeling_results)
export(check_sce)
export(check_sce_layer)
export(check_spe)
export(cluster_export)
export(cluster_import)
export(enough_ram)
export(fetch_data)
export(frame_limits)
export(gene_set_enrichment)
export(gene_set_enrichment_plot)
export(geom_spatial)
export(get_colors)
export(img_edit)
export(img_update)
export(img_update_all)
export(layer_boxplot)
export(layer_matrix_plot)
export(layer_stat_cor)
export(layer_stat_cor_plot)
export(locate_images)
export(read10xVisiumAnalysis)
export(read10xVisiumWrapper)
export(registration_block_cor)
export(registration_model)
export(registration_pseudobulk)
export(registration_stats_anova)
export(registration_stats_enrichment)
export(registration_stats_pairwise)
export(registration_wrapper)
export(run_app)
export(sce_to_spe)
export(sig_genes_extract)
export(sig_genes_extract_all)
export(sort_clusters)
export(vis_clus)
export(vis_clus_p)
export(vis_gene)
export(vis_gene_p)
export(vis_grid_clus)
export(vis_grid_gene)
import(ExperimentHub)
import(MatrixGenerics)
import(SingleCellExperiment)
import(ggplot2)
import(grid)
import(paletteer)
import(plotly, except = last_plot)
import(shiny)
importFrom(AnnotationHub,query)
importFrom(BiocGenerics,which)
importFrom(DT,DTOutput)
importFrom(DT,renderDT)
importFrom(GenomicRanges,seqnames)
importFrom(IRanges,CharacterList)
importFrom(IRanges,IntegerList)
importFrom(RColorBrewer,brewer.pal)
importFrom(S4Vectors,"mcols<-")
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,mcols)
importFrom(S4Vectors,metadata)
importFrom(SingleCellExperiment,logcounts)
importFrom(SpatialExperiment,"colData<-")
importFrom(SpatialExperiment,"imgData<-")
importFrom(SpatialExperiment,"spatialCoords<-")
importFrom(SpatialExperiment,"spatialCoordsNames<-")
importFrom(SpatialExperiment,SpatialImage)
importFrom(SpatialExperiment,addImg)
importFrom(SpatialExperiment,imgData)
importFrom(SpatialExperiment,imgRaster)
importFrom(SpatialExperiment,read10xVisium)
importFrom(SpatialExperiment,scaleFactors)
importFrom(SpatialExperiment,spatialCoords)
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,"rowRanges<-")
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(benchmarkme,get_ram)
importFrom(cowplot,plot_grid)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,filterByExpr)
importFrom(fields,image.plot)
importFrom(golem,with_golem_options)
importFrom(grDevices,as.raster)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,boxplot)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(grid,rasterGrob)
importFrom(grid,unit)
importFrom(jsonlite,read_json)
importFrom(limma,contrasts.fit)
importFrom(limma,duplicateCorrelation)
importFrom(limma,eBayes)
importFrom(limma,lmFit)
importFrom(limma,makeContrasts)
importFrom(limma,topTable)
importFrom(magick,image_background)
importFrom(magick,image_channel)
importFrom(magick,image_contrast)
importFrom(magick,image_enhance)
importFrom(magick,image_equalize)
importFrom(magick,image_median)
importFrom(magick,image_modulate)
importFrom(magick,image_negate)
importFrom(magick,image_quantize)
importFrom(magick,image_read)
importFrom(magick,image_transparent)
importFrom(methods,is)
importFrom(methods,new)
importFrom(png,readPNG)
importFrom(rlang,arg_match)
importFrom(rtracklayer,import)
importFrom(scater,plotReducedDim)
importFrom(scuttle,aggregateAcrossCells)
importFrom(scuttle,isOutlier)
importFrom(sessioninfo,session_info)
importFrom(shiny,shinyApp)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,pickerOptions)
importFrom(shinyWidgets,updatePickerInput)
importFrom(statmod,mixedModel2Fit)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,fisher.test)
importFrom(stats,hclust)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,p.adjust)
importFrom(stats,prcomp)
importFrom(stats,reshape)
importFrom(stats,setNames)
importFrom(tibble,tibble)
importFrom(utils,combn)
importFrom(utils,read.csv)
importFrom(utils,write.csv)
importFrom(viridisLite,viridis)
importMethodsFrom(Matrix,colSums)