-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNAMESPACE
68 lines (67 loc) · 1.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
# Generated by roxygen2: do not edit by hand
export(CellCycleAnalysis)
export(EMTAnalysis)
export(Load_Spatial)
export(Read_Image)
export(SpatialInteraction)
export(SpatialScoring)
export(SpatialStructureDetection)
export(StemnessAnalysis)
export(TLSAnalysis)
export(TumorCharacters)
export(cellTypeScore)
export(plotMalignancy)
export(preDEheatmap)
export(prepareCNV)
export(regionprops)
export(rm_isolated_spot)
export(runCNVAnalysis)
export(runCopyKAT)
export(runInferCNV)
export(runMalignancy)
export(runNMF)
export(stAnnotation)
export(stStatistics)
import(ComplexHeatmap)
import(GSVA)
import(Matrix)
import(RColorBrewer)
import(Seurat)
import(ape)
import(clusterProfiler)
import(copykat)
import(cowplot)
import(ggplot2)
import(homologene)
import(knitr)
import(org.Hs.eg.db)
import(org.Mm.eg.db)
import(patchwork)
import(png)
import(spdep)
importFrom(NNLM,nnmf)
importFrom(RColorBrewer,brewer.pal)
importFrom(circlize,colorRamp2)
importFrom(cowplot,plot_grid)
importFrom(dplyr,"%>%")
importFrom(dplyr,distinct)
importFrom(dplyr,group_by)
importFrom(dplyr,top_n)
importFrom(grid,grid.draw)
importFrom(grid,grid.newpage)
importFrom(grid,unit.c)
importFrom(gridExtra,arrangeGrob)
importFrom(jsonlite,fromJSON)
importFrom(markdown,markdownToHTML)
importFrom(pheatmap,pheatmap)
importFrom(png,readPNG)
importFrom(reshape2,melt)
importFrom(stats,cor)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(utils,write.table)