-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
110 lines (109 loc) · 2.94 KB
/
NAMESPACE
File metadata and controls
110 lines (109 loc) · 2.94 KB
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
# Generated by roxygen2: do not edit by hand
export(calc_anosim)
export(calc_ari)
export(calc_freq)
export(calc_modularity)
export(calc_sil)
export(calculate_pseudobulk)
export(clr)
export(deseq2_normalize)
export(ecoda)
export(find_hvcs)
export(get_celltype_counts)
export(get_celltype_variances)
export(get_hvcs)
export(get_sample_metadata)
export(plot_barplot)
export(plot_boxplot)
export(plot_corr)
export(plot_heatmap)
export(plot_pca)
export(plot_pca3d)
export(plot_varmean)
export(replace_zeros)
importFrom(BiocGenerics,counts)
importFrom(DESeq2,DESeqDataSetFromMatrix)
importFrom(DESeq2,estimateSizeFactors)
importFrom(DESeq2,vst)
importFrom(RANN,nn2)
importFrom(cluster,pam)
importFrom(cluster,silhouette)
importFrom(corrplot,corrplot)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,slice_head)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(factoextra,fviz_pca)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_jitterdodge)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggpubr,ggboxplot)
importFrom(ggpubr,stat_compare_means)
importFrom(ggpubr,stat_pvalue_manual)
importFrom(ggrepel,geom_text_repel)
importFrom(gtools,mixedsort)
importFrom(igraph,graph_from_adjacency_matrix)
importFrom(igraph,modularity)
importFrom(mclust,adjustedRandIndex)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(parallel,detectCores)
importFrom(pheatmap,pheatmap)
importFrom(plotly,add_markers)
importFrom(plotly,add_paths)
importFrom(plotly,group2NA)
importFrom(plotly,plot_ly)
importFrom(rlang,.data)
importFrom(rlang,sym)
importFrom(rstatix,add_xy_position)
importFrom(rstatix,wilcox_test)
importFrom(stats,as.formula)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,formula)
importFrom(stats,hclust)
importFrom(stats,prcomp)
importFrom(stats,reformulate)
importFrom(stats,var)
importFrom(stringr,str_to_title)
importFrom(tidyr,everything)
importFrom(tidyr,pivot_longer)
importFrom(vegan,anosim)