-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
41 lines (40 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
export("multisce_path<-")
export(altexp_load)
export(altexp_save)
export(barcodes_check)
export(barcodes_exists)
export(barcodes_load)
export(barcodes_save)
export(coldata_load)
export(coldata_save)
export(filter_by_coldata)
export(metadata_entry_load)
export(metadata_entry_save)
export(metadata_list)
export(metadata_load)
export(metadata_save)
export(multisce_add)
export(multisce_load)
export(multisce_path)
export(multisce_save)
export(reduceddim_list)
export(reduceddim_load)
export(reduceddim_save)
export(sce_list)
export(sce_load)
export(sce_save)
import(SingleCellExperiment)
importFrom(Matrix,Matrix)
importFrom(S4Vectors,metadata)
importFrom(SingleCellExperiment,altExp)
importFrom(SingleCellExperiment,altExpNames)
importFrom(SingleCellExperiment,altExps)
importFrom(SingleCellExperiment,colData)
importFrom(SingleCellExperiment,mainExpName)
importFrom(data.table,fread)
importFrom(data.table,fwrite)
importFrom(furrr,future_map)
importFrom(magrittr,"%>%")
importFrom(purrr,iwalk)
importFrom(purrr,walk)