forked from dynverse/anndata
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
68 lines (67 loc) · 1.85 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
# Generated by roxygen2: do not edit by hand
S3method("[",AnnDataR6)
S3method("[",LayersR6)
S3method("[",RawR6)
S3method("[",collections.abc.Mapping)
S3method("[<-",LayersR6)
S3method("[<-",collections.abc.MutableMapping)
S3method("[[",LayersR6)
S3method("[[",collections.abc.Mapping)
S3method("[[<-",LayersR6)
S3method("[[<-",collections.abc.MutableMapping)
S3method(all,equal.AnnDataR6)
S3method(all,equal.LayersR6)
S3method(as.data.frame,AnnDataR6)
S3method(as.matrix,AnnDataR6)
S3method(as.matrix,RawR6)
S3method(dim,AnnDataR6)
S3method(dim,RawR6)
S3method(dimnames,AnnDataR6)
S3method(dimnames,RawR6)
S3method(length,LayersR6)
S3method(names,LayersR6)
S3method(names,collections.abc.Mapping)
S3method(py_to_r,anndata._core.aligned_mapping.Layers)
S3method(py_to_r,anndata._core.anndata.AnnData)
S3method(py_to_r,anndata._core.raw.Raw)
S3method(py_to_r,collections.abc.KeysView)
S3method(py_to_r,collections.abc.Mapping)
S3method(py_to_r,collections.abc.Set)
S3method(py_to_r,pandas.core.indexes.base.Index)
S3method(r_to_py,AnnDataR6)
S3method(r_to_py,LayersR6)
S3method(r_to_py,RawR6)
S3method(t,AnnDataR6)
export(AnnData)
export(AnnDataR6)
export(Layers)
export(LayersR6)
export(Raw)
export(RawR6)
export(concat)
export(install_anndata)
export(read_csv)
export(read_excel)
export(read_h5ad)
export(read_hdf)
export(read_loom)
export(read_mtx)
export(read_text)
export(read_umi_tools)
export(write_csvs)
export(write_h5ad)
export(write_loom)
importFrom(R6,R6Class)
importFrom(assertthat,assert_that)
importFrom(methods,as)
importFrom(methods,is)
importFrom(reticulate,import)
importFrom(reticulate,import_builtins)
importFrom(reticulate,py_del_attr)
importFrom(reticulate,py_del_item)
importFrom(reticulate,py_get_item)
importFrom(reticulate,py_module_available)
importFrom(reticulate,py_set_item)
importFrom(reticulate,py_to_r)
importFrom(reticulate,r_to_py)
importFrom(reticulate,tuple)