-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
70 lines (69 loc) · 1.96 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
# Generated by roxygen2: do not edit by hand
export(GOgenes)
export(loadingPlot)
export(mDotPlot2)
export(mFeaturePlot)
export(mPCA)
export(mPheatmapDESeq2)
export(mVolcanoplot)
import(RColorBrewer)
import(Seurat)
import(cowplot)
import(ggplot2)
import(grDevices)
import(rlang)
importFrom(AnnotationDbi,"Lkeys<-")
importFrom(AnnotationDbi,"Rkeys<-")
importFrom(AnnotationDbi,mappedLkeys)
importFrom(BiocGenerics,as.data.frame)
importFrom(BiocGenerics,toTable)
importFrom(MatrixGenerics,rowVars)
importFrom(Seurat,Embeddings)
importFrom(Seurat,GetAssayData)
importFrom(SummarizedExperiment,assay)
importFrom(cowplot,theme_cowplot)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(ggplot2,.data)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,annotate)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_alpha_manual)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_colour_gradientn)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_size_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggrepel,geom_label_repel)
importFrom(grDevices,colorRampPalette)
importFrom(gridExtra,grid.arrange)
importFrom(magrittr,"%>%")
importFrom(org.Gg.eg.db,org.Gg.egENSEMBL2EG)
importFrom(org.Gg.eg.db,org.Gg.egGO2ALLEGS)
importFrom(pheatmap,pheatmap)
importFrom(plotly,ggplotly)
importFrom(rlang,.data)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,prcomp)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)