-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.13 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
# Generated by roxygen2: do not edit by hand
import(stats, except = filter)
import(foreach)
import(doParallel)
import(scater)
import(Matrix)
importFrom(Seurat, GetAssayData)
import(SingleCellExperiment)
import(JuliaCall)
import(fastglm)
export(add_attribute_set)
export(add_signature_set)
export(confusion_ratio)
export(convert_seurat)
export(create_attribute)
export(create_meta_index_av)
export(create_signature)
export(decorate_confusion)
export(estimate_celltype)
export(generate_sideinformation)
export(import_sparse)
export(import_tm_facs)
export(importdata)
export(julia_environment)
export(leave_one_val)
export(logistic_prediction_cell)
export(make_attribute_set)
export(make_cellontology)
export(make_input)
export(make_input_tm_facs)
export(make_signature_set)
export(make_stopwords)
export(make_tm_facs_attribute_set)
export(make_tm_facs_signature_set)
export(make_w2v)
export(make_w2v_sideinfo)
export(n_fold_logistic)
export(predict_cell)
export(quick_prediction)
export(quick_training)
export(r2julia_sort)
export(save_sparse_data)
export(sparse_tm_facs)
export(tissue_merge)
export(tm_facs_logistic)
export(validation)
export(validation_sample)