-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.62 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
S3method(py_to_r,numpy.ndarray)
S3method(py_to_r,pandas.core.arrays.categorical.Categorical)
S3method(py_to_r,pandas.core.arrays.masked.BaseMaskedArray)
export(.AnnDataVersions)
export(AnnData2SCE)
export(AnnDataDependencies)
export(SCE2AnnData)
export(readH5AD)
export(setZellkonverterVerbose)
export(writeH5AD)
export(zellkonverterAnnDataEnv)
import(SingleCellExperiment)
import(SummarizedExperiment)
importClassesFrom(Matrix,CsparseMatrix)
importFrom(DelayedArray,blockApply)
importFrom(DelayedArray,is_sparse)
importFrom(DelayedArray,nzdata)
importFrom(DelayedArray,nzindex)
importFrom(DelayedArray,rowAutoGrid)
importFrom(DelayedArray,type)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,t)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,I)
importFrom(S4Vectors,make_zero_col_DFrame)
importFrom(S4Vectors,metadata)
importFrom(S4Vectors,wmsg)
importFrom(SingleCellExperiment,"colPairs<-")
importFrom(SingleCellExperiment,"reducedDims<-")
importFrom(SingleCellExperiment,"rowPairs<-")
importFrom(SingleCellExperiment,SingleCellExperiment)
importFrom(SummarizedExperiment,"assays<-")
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,assays)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(basilisk,basiliskRun)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,selectMethod)
importFrom(methods,slot)
importFrom(reticulate,import)
importFrom(reticulate,import_builtins)
importFrom(reticulate,py_to_r)
importFrom(reticulate,r_to_py)
importFrom(utils,capture.output)