forked from mojaveazure/seurat-disk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
150 lines (149 loc) · 4.01 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# Generated by roxygen2: do not edit by hand
S3method("DefaultAssay<-",h5Seurat)
S3method("Project<-",h5Seurat)
S3method(AppendData,H5File)
S3method(AppendData,character)
S3method(AppendData,h5Seurat)
S3method(Cells,h5Seurat)
S3method(Convert,H5File)
S3method(Convert,character)
S3method(Convert,h5Seurat)
S3method(DefaultAssay,h5SI)
S3method(DefaultAssay,h5Seurat)
S3method(DefaultAssay,loom)
S3method(Idents,h5Seurat)
S3method(IsGlobal,H5Group)
S3method(Key,H5Group)
S3method(LoadH5Seurat,H5File)
S3method(LoadH5Seurat,character)
S3method(LoadH5Seurat,h5Seurat)
S3method(LoadLoom,H5File)
S3method(LoadLoom,character)
S3method(LoadLoom,loom)
S3method(Project,h5Seurat)
S3method(SaveH5Seurat,Seurat)
S3method(SaveH5Seurat,default)
S3method(SaveLoom,Seurat)
S3method(SaveLoom,default)
S3method(Stdev,h5Seurat)
S3method(Transpose,H5D)
S3method(Transpose,H5Group)
S3method(Transpose,dgCMatrix)
S3method(as.Seurat,h5Seurat)
S3method(as.Seurat,loom)
S3method(as.array,H5D)
S3method(as.data.frame,H5D)
S3method(as.data.frame,H5Group)
S3method(as.h5Seurat,H5File)
S3method(as.h5Seurat,Seurat)
S3method(as.h5Seurat,default)
S3method(as.logical,H5D)
S3method(as.loom,H5File)
S3method(as.loom,Seurat)
S3method(as.loom,default)
S3method(as.matrix,H5D)
S3method(as.matrix,H5Group)
S3method(as.sparse,H5D)
S3method(as.sparse,H5Group)
S3method(dim,loom)
S3method(dimnames,H5D)
S3method(print,h5SI)
export(AppendData)
export(Connect)
export(Convert)
export(GetSCDisk)
export(LoadH5Seurat)
export(LoadLoom)
export(RegisterSCDisk)
export(SaveH5Seurat)
export(SaveLoom)
export(Transpose)
export(WriteH5Group)
export(as.h5Seurat)
export(as.loom)
export(h5Seurat)
export(loom)
export(readH5AD_obs)
export(readH5AD_obsm)
export(scdisk)
exportMethods(as.factor)
exportMethods(as.list)
importClassesFrom(Matrix,dgCMatrix)
importClassesFrom(Seurat,Assay)
importClassesFrom(Seurat,DimReduc)
importClassesFrom(Seurat,Graph)
importClassesFrom(Seurat,JackStrawData)
importClassesFrom(Seurat,Neighbor)
importClassesFrom(Seurat,Seurat)
importClassesFrom(Seurat,SeuratCommand)
importFrom(Matrix,Matrix)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,t)
importFrom(R6,R6Class)
importFrom(R6,is.R6Class)
importFrom(Seurat,"DefaultAssay<-")
importFrom(Seurat,"Idents<-")
importFrom(Seurat,"JS<-")
importFrom(Seurat,"Key<-")
importFrom(Seurat,"Project<-")
importFrom(Seurat,"VariableFeatures<-")
importFrom(Seurat,AddMetaData)
importFrom(Seurat,Assays)
importFrom(Seurat,Cells)
importFrom(Seurat,Command)
importFrom(Seurat,CreateAssayObject)
importFrom(Seurat,CreateDimReducObject)
importFrom(Seurat,CreateSeuratObject)
importFrom(Seurat,DefaultAssay)
importFrom(Seurat,Embeddings)
importFrom(Seurat,GetAssayData)
importFrom(Seurat,Idents)
importFrom(Seurat,IsGlobal)
importFrom(Seurat,JS)
importFrom(Seurat,Key)
importFrom(Seurat,Loadings)
importFrom(Seurat,Misc)
importFrom(Seurat,Project)
importFrom(Seurat,Reductions)
importFrom(Seurat,SetAssayData)
importFrom(Seurat,Stdev)
importFrom(Seurat,Tool)
importFrom(Seurat,VariableFeatures)
importFrom(Seurat,as.Graph)
importFrom(Seurat,as.Seurat)
importFrom(Seurat,as.sparse)
importFrom(SeuratObject,S4ToList)
importFrom(cli,symbol)
importFrom(crayon,col_align)
importFrom(crayon,green)
importFrom(crayon,red)
importFrom(crayon,yellow)
importFrom(hdf5r,H5File)
importFrom(hdf5r,H5S)
importFrom(hdf5r,H5T_COMPOUND)
importFrom(hdf5r,H5T_STRING)
importFrom(hdf5r,guess_dtype)
importFrom(hdf5r,h5attr)
importFrom(hdf5r,h5const)
importFrom(hdf5r,h5types)
importFrom(hdf5r,list.groups)
importFrom(methods,"slot<-")
importFrom(methods,getClass)
importFrom(methods,new)
importFrom(methods,setClassUnion)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(methods,setOldClass)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(methods,tryNew)
importFrom(rlang,"%||%")
importFrom(stats,na.omit)
importFrom(stringi,stri_count_fixed)
importFrom(tools,file_ext)
importFrom(tools,file_path_sans_ext)
importFrom(tools,toTitleCase)
importFrom(utils,packageVersion)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)
importFrom(withr,with_package)