-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
export(analyzeGOSeurat)
export(cellTypeGOCorr)
export(crossSpeciesCellTypeGOCorr)
export(ensemblToGo)
export(getCellTypeGO)
export(getCellTypeSharedGO)
export(getCellTypeSharedTerms)
export(makeGOSeurat)
export(plotCellTypeCorrHeatmap)
export(plotCellTypeSankey)
import(limma)
importFrom(Matrix,Matrix)
importFrom(Seurat,AverageExpression)
importFrom(Seurat,CreateSeuratObject)
importFrom(Seurat,FindAllMarkers)
importFrom(Seurat,FindClusters)
importFrom(Seurat,FindNeighbors)
importFrom(Seurat,FindVariableFeatures)
importFrom(Seurat,Idents)
importFrom(Seurat,NormalizeData)
importFrom(Seurat,RunPCA)
importFrom(Seurat,RunUMAP)
importFrom(Seurat,ScaleData)
importFrom(biomaRt,getBM)
importFrom(biomaRt,useDataset)
importFrom(biomaRt,useEnsembl)
importFrom(biomaRt,useMart)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(magrittr,"%>%")
importFrom(networkD3,sankeyNetwork)
importFrom(slanter,sheatmap)
importFrom(stats,cor)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_wider)
importFrom(utils,globalVariables)