-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
49 lines (48 loc) · 1.36 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
# Generated by roxygen2: do not edit by hand
export(AnnotationArray)
export(AnnotationDataframe)
export(AnnotationMatrix)
export(AnnotationMatrixGroup)
export(AnnotationPairwiseMatrix)
export(AnnotationPairwiseMatrixGroup)
export(AssayMatrix)
export(AssayMatrixGroup)
export(CommandsArray)
export(SCDataset)
export(SCGroup)
export(SOMA)
export(SOMACollection)
export(TileDBArray)
export(TileDBGroup)
export(TileDBObject)
export(dataset_seurat_pbmc3k)
import(tiledb)
importFrom(Matrix,mat2triplet)
importFrom(Matrix,nnzero)
importFrom(Matrix,readMM)
importFrom(Matrix,sparseMatrix)
importFrom(R6,R6Class)
importFrom(SeuratObject,AddMetaData)
importFrom(SeuratObject,CreateAssayObject)
importFrom(SeuratObject,CreateSeuratObject)
importFrom(SeuratObject,DefaultAssay)
importFrom(SeuratObject,Embeddings)
importFrom(SeuratObject,GetAssayData)
importFrom(SeuratObject,Idents)
importFrom(SeuratObject,Loadings)
importFrom(SeuratObject,Reductions)
importFrom(SeuratObject,SetAssayData)
importFrom(SeuratObject,VariableFeatures)
importFrom(fs,path_rel)
importFrom(glue,glue_collapse)
importFrom(methods,as)
importFrom(methods,slot)
importFrom(stats,setNames)
importFrom(urltools,url_compose)
importFrom(urltools,url_parse)
importFrom(utils,download.file)
importFrom(utils,modifyList)
importFrom(utils,packageVersion)
importFrom(utils,read.table)
importFrom(utils,untar)
importFrom(vctrs,vec_rbind)