-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
103 lines (102 loc) · 2.32 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
# Generated by roxygen2: do not edit by hand
export(GMT_to_list)
export(add_meta_data_cds)
export(af_dbn)
export(af_nn)
export(ann_demo)
export(bagging)
export(bagging_demo)
export(bimodality_coefficient)
export(calc_dispersion_m2)
export(calculate_gene_dispersion)
export(check_input)
export(cluster_LSI)
export(cluster_specific)
export(common_features)
export(common_variant_genes)
export(dbn_demo)
export(detect_genes)
export(errorLog)
export(estimate_corrected_score)
export(estimate_score)
export(extract_data)
export(file_rename)
export(files3_prep)
export(find_partitions)
export(franken)
export(franken_helper)
export(get_assay)
export(get_mnist)
export(get_relu)
export(get_selected_genes)
export(get_sigmoid)
export(getmode)
export(groupSums)
export(iterative_LSI)
export(kurtosis)
export(liftover_projection)
export(lighten_darken_color)
export(load_STARsolo_data)
export(load_cellranger_data)
export(load_umap_model)
export(load_umap_model_depracated)
export(load_umap_model_new)
export(lr)
export(lr_demo)
export(mean_gene_expression)
export(monocle3_to_seurat)
export(naive_bayes)
export(naive_bayes_demo)
export(perceptron)
export(perceptron_demo)
export(plot_gene_dispersion)
export(plot_geneset)
export(plot_grouped_geneset)
export(plot_projection)
export(projectLSI)
export(project_data)
export(pseudo_singlets)
export(reduce_dimension)
export(row_z_scores)
export(safe_subset)
export(save_umap_model)
export(save_umap_model_depracated)
export(save_umap_model_new)
export(scale_dims)
export(scrublet)
export(select_genes)
export(set_selected_genes)
export(seurat_to_monocle3)
export(sfc)
export(skewness)
export(smr)
export(smr_demo)
export(sparseRowVariances)
export(svd_lsi)
export(test_backends)
export(tf_idf_transform)
export(tf_idf_transform_v2)
export(viewmaster)
import(Matrix)
import(Rcpp)
import(Seurat)
import(biomaRt)
import(ggplot2)
import(hdf5r)
import(monocle3)
importFrom(DelayedMatrixStats,rowMeans2)
importFrom(DelayedMatrixStats,rowVars)
importFrom(Hmisc,cut2)
importFrom(Matrix,colSums)
importFrom(Matrix,readMM)
importFrom(Matrix,rowSums)
importFrom(Matrix,sparseMatrix)
importFrom(Matrix,t)
importFrom(Rcpp,evalCpp)
importFrom(data.table,fread)
importFrom(magrittr,"%>%")
importFrom(monocle3,new_cell_data_set)
importFrom(pbmcapply,pbmclapply)
importFrom(reticulate,source_python)
importFrom(reticulate,use_python)
useDynLib(viewmaster)