-
Notifications
You must be signed in to change notification settings - Fork 18
/
NAMESPACE
69 lines (68 loc) · 1.79 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
# Generated by roxygen2: do not edit by hand
export(cell_composition)
export(concatenate_gene_bc_matrices)
export(download_sample)
export(equalize_gbms)
export(gbm_pheatmap)
export(get_correletion_scores)
export(get_custom_col)
export(get_gene_dispersion)
export(get_matrix_from_h5)
export(get_mean_mapped_reads_per_cell)
export(get_mean_raw_reads_per_cell)
export(get_nonzero_genes)
export(get_read_count_mtx)
export(load_analysis_results_from_path)
export(load_cellranger_analysis_results)
export(load_cellranger_matrix)
export(load_cellranger_matrix_from_files)
export(load_cellranger_matrix_h5)
export(load_molecule_info)
export(load_molecule_info_from_path)
export(log_gene_bc_matrix)
export(merge_clusters)
export(newGeneBCMatrix)
export(normalize_barcode_sums_to_median)
export(order_cell_by_clusters)
export(plot_barcode_counts)
export(plot_population_corr)
export(prioritize_top_genes)
export(run_differential_expression)
export(run_kmeans_clustering)
export(run_pca)
export(run_tsne)
export(save_cellranger_matrix_h5)
export(select_cells_by_clusterID)
export(select_clusters_by_gene_markers)
export(subsample_gene_bc_matrix)
export(train_multinomial)
export(trunc_gbm_by_genes)
export(visualize_clusters)
export(visualize_gene_markers)
export(visualize_umi_counts)
export(visualize_variable_genes)
export(write_cluster_specific_genes)
exportMethods("+")
exportMethods("-")
exportMethods(Arith)
exportMethods(Compare)
exportMethods(Logic)
exportMethods(Math)
exportMethods(Math2)
exportMethods(Summary)
exportMethods(colMeans)
exportMethods(colSums)
exportMethods(dim)
exportMethods(dimnames)
exportMethods(ncol)
exportMethods(nrow)
exportMethods(rowMeans)
exportMethods(rowSums)
import(Biobase)
import(Matrix)
import(data.table)
import(ggplot2)
import(pheatmap)
import(rhdf5)
importFrom(Rtsne,Rtsne)
importFrom(irlba,irlba)