This repository was archived by the owner on Dec 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
48 lines (47 loc) · 1.3 KB
/
Copy pathNAMESPACE
File metadata and controls
48 lines (47 loc) · 1.3 KB
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
# Generated by roxygen2: do not edit by hand
S3method(GatherData,Seurat)
S3method(GatherData,SingleCellExperiment)
S3method(GatherData,seurat)
S3method(Magic,Seurat)
S3method(Magic,SingleCellExperiment)
S3method(Magic,default)
S3method(Magic,seurat)
S3method(PlaceData,Seurat)
S3method(PlaceData,SingleCellExperiment)
S3method(PlaceData,seurat)
S3method(RetrieveIdents,Seurat)
S3method(RetrieveIdents,SingleCellExperiment)
S3method(RetrieveIdents,seurat)
export("%<>%")
export("%>%")
export(ALRA)
export(Magic)
export(PlaceData)
export(RetrieveIdents)
export(autoimpute)
export(dca)
export(scImpute)
import(Seurat)
importFrom(ALRA,alra)
importFrom(AnnotationFilter,GeneNameFilter)
importFrom(Matrix,Matrix)
importFrom(Seurat,GetAssayData)
importFrom(SummarizedExperiment,"assay<-")
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(dplyr,distinct)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,top_n)
importFrom(ensembldb,cdsBy)
importFrom(glue,glue)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(parallel,detectCores)
importFrom(reticulate,import)
importFrom(reticulate,py_module_available)
importFrom(scImpute,scimpute)
importFrom(scater,normalize)
importFrom(tibble,as_tibble)