-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
56 lines (55 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
S3method(HDBSCAN,Seurat)
S3method(HDBSCAN,default)
S3method(HDBSCAN,matrix)
S3method(PaCMAP,Seurat)
S3method(PaCMAP,default)
S3method(PaCMAP,matrix)
S3method(umapl,Seurat)
S3method(umapl,matrix)
S3method(uwot,Seurat)
S3method(uwot,matrix)
export(.onLoad)
export(HDBSCAN)
export(NewMeta)
export(PaCMAP)
export(add_seurat_embedding)
export(cellphonedb_summary)
export(create_seurat)
export(db_count_genes)
export(db_count_reads)
export(db_counts)
export(db_mtx_remove_empty)
export(db_qc)
export(db_qc_cell)
export(db_read10x)
export(db_read_alevin)
export(db_read_mtx)
export(db_write10X)
export(flatMatrix_2_10x)
export(import_cpdb_results)
export(install_python_packages)
export(message_append)
export(message_section)
export(message_task)
export(organize_10x)
export(pal_ggplot)
export(pal_hcl)
export(pal_hue)
export(pal_rainbow)
export(pre_processing)
export(print.db_sce)
export(show.db_sce)
export(sparse2DT)
export(sparse2DT.Seurat)
export(umapl)
export(uwot)
import(Matrix)
import(Seurat)
import(SingleCellExperiment)
import(colorspace)
import(crayon)
import(data.table)
import(reticulate)
import(uwot)
importFrom(stringr,str_to_title)