forked from YuLab-SMU/sclet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
93 lines (92 loc) · 2.6 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
# Generated by roxygen2: do not edit by hand
export("colData<-")
export("rowData<-")
export(ElbowPlot)
export(FeatureScatter)
export(FindAllMarkers)
export(FindClusters)
export(FindMarkers)
export(FindNeighbors)
export(FindVariableFeatures)
export(Idents)
export(NormalizeData)
export(PercentageFeatureSet)
export(QCMetrics)
export(Read10X)
export(RenameIdents)
export(RunUMAP)
export(ScaleData)
export(VariableFeaturePlot)
export(VariableFeatures)
export(VlnPlot)
export(assay)
export(colData)
export(gene_summary_table)
export(logNormCounts)
export(perCellQCMetrics)
export(plotColData)
export(plot_list)
export(rowData)
export(runCellChat)
export(runPCA)
export(subset_cell)
export(subset_feature)
importFrom(DropletUtils,read10xCounts)
importFrom(Matrix,rowSums)
importFrom(SingleCellExperiment,"colLabels<-")
importFrom(SingleCellExperiment,'reducedDim<-')
importFrom(SingleCellExperiment,colLabels)
importFrom(SingleCellExperiment,counts)
importFrom(SingleCellExperiment,logcounts)
importFrom(SingleCellExperiment,reducedDim)
importFrom(SummarizedExperiment,'assay<-')
importFrom(SummarizedExperiment,'colData<-')
importFrom(SummarizedExperiment,'rowData<-')
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(aplot,plot_list)
importFrom(clusterProfiler,bitr)
importFrom(dplyr,filter)
importFrom(fanyi,gene_summary)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggrepel,geom_text_repel)
importFrom(igraph,cluster_louvain)
importFrom(methods,setMethod)
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(scater,plotColData)
importFrom(scater,runPCA)
importFrom(scater,runUMAP)
importFrom(scran,buildSNNGraph)
importFrom(scuttle,logNormCounts)
importFrom(scuttle,perCellQCMetrics)
importFrom(scuttle,uniquifyFeatureNames)
importFrom(stats,loess)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(tinytable,group_tt)
importFrom(tinytable,save_tt)
importFrom(tinytable,style_tt)
importFrom(tinytable,tt)
importFrom(yulab.utils,get_fun_from_pkg)
importFrom(yulab.utils,install_zip_gh)
importFrom(yulab.utils,is.installed)
importFrom(yulab.utils,o)
importFrom(yulab.utils,show_in_excel)