-
Notifications
You must be signed in to change notification settings - Fork 14
/
NAMESPACE
111 lines (110 loc) · 2.88 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
104
105
106
107
108
109
110
111
# Generated by roxygen2: do not edit by hand
S3method(clustify,Seurat)
S3method(clustify,SingleCellExperiment)
S3method(clustify,default)
S3method(clustify_lists,Seurat)
S3method(clustify_lists,SingleCellExperiment)
S3method(clustify_lists,default)
S3method(clustify_nudge,Seurat)
S3method(clustify_nudge,default)
S3method(object_data,Seurat)
S3method(object_data,SingleCellExperiment)
S3method(object_ref,Seurat)
S3method(object_ref,SingleCellExperiment)
S3method(object_ref,default)
S3method(seurat_meta,Seurat)
S3method(seurat_ref,Seurat)
S3method(write_meta,Seurat)
S3method(write_meta,SingleCellExperiment)
export(append_genes)
export(assess_rank_bias)
export(average_clusters)
export(binarize_expr)
export(build_atlas)
export(calc_distance)
export(calculate_pathway_gsea)
export(call_consensus)
export(call_to_metadata)
export(check_raw_counts)
export(clustify)
export(clustify_lists)
export(clustify_nudge)
export(clustifyr_methods)
export(collapse_to_cluster)
export(compare_lists)
export(cor_to_call)
export(cor_to_call_rank)
export(cor_to_call_topn)
export(downsample_matrix)
export(feature_select_PCA)
export(file_marker_parse)
export(find_rank_bias)
export(gene_pct_markerm)
export(get_ucsc_reference)
export(get_vargenes)
export(gmt_to_list)
export(insert_meta_object)
export(make_comb_ref)
export(marker_select)
export(matrixize_markers)
export(object_data)
export(object_ref)
export(overcluster)
export(overcluster_test)
export(parse_loc_object)
export(plot_best_call)
export(plot_cor)
export(plot_cor_heatmap)
export(plot_dims)
export(plot_gene)
export(plot_pathway_gsea)
export(plot_rank_bias)
export(pos_neg_marker)
export(pos_neg_select)
export(query_rank_bias)
export(ref_feature_select)
export(ref_marker_select)
export(reverse_marker_matrix)
export(run_clustifyr_app)
export(run_gsea)
export(sce_pbmc)
export(seurat_meta)
export(seurat_ref)
export(so_pbmc)
export(write_meta)
import(Matrix)
import(dplyr)
import(entropy)
import(ggplot2)
import(scales)
import(tibble)
importFrom(S4Vectors,DataFrame)
importFrom(SeuratObject,"DefaultAssay<-")
importFrom(SeuratObject,"Key<-")
importFrom(SeuratObject,CreateDimReducObject)
importFrom(SeuratObject,CreateSeuratObject)
importFrom(SeuratObject,DefaultAssay)
importFrom(SeuratObject,Key)
importFrom(SeuratObject,VariableFeatures)
importFrom(SingleCellExperiment,colData)
importFrom(SingleCellExperiment,logcounts)
importFrom(SummarizedExperiment,"colData<-")
importFrom(cowplot,theme_cowplot)
importFrom(fgsea,fgsea)
importFrom(httr,build_url)
importFrom(httr,http_error)
importFrom(httr,parse_url)
importFrom(matrixStats,colRanks)
importFrom(matrixStats,rowMaxs)
importFrom(matrixStats,rowMedians)
importFrom(methods,is)
importFrom(rlang,":=")
importFrom(stats,cor)
importFrom(stats,dhyper)
importFrom(stats,median)
importFrom(stats,p.adjust)
importFrom(stats,prcomp)
importFrom(stats,quantile)
importFrom(tidyr,gather)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)