-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathNAMESPACE
More file actions
24 lines (23 loc) · 609 Bytes
/
NAMESPACE
File metadata and controls
24 lines (23 loc) · 609 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Generated by roxygen2: do not edit by hand
S3method(as_AnnData,Seurat)
S3method(as_AnnData,SingleCellExperiment)
export(AnnData)
export(as_AnnData)
export(generate_dataset)
export(read_h5ad)
export(write_h5ad)
importFrom(Matrix,as.matrix)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,t)
importFrom(R6,R6Class)
importFrom(cli,cli_abort)
importFrom(cli,cli_inform)
importFrom(cli,cli_warn)
importFrom(lifecycle,deprecated)
importFrom(methods,as)
importFrom(methods,new)
importFrom(purrr,map_dfr)
importFrom(purrr,map_lgl)
importFrom(rlang,`%||%`)
importFrom(rlang,caller_env)
importFrom(stats,setNames)