-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
194 lines (193 loc) · 5.55 KB
/
Copy pathNAMESPACE
File metadata and controls
194 lines (193 loc) · 5.55 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
# Generated by roxygen2: do not edit by hand
S3method(print,VISTA)
export(as_deseq_dataset)
export(as_vista)
export(benchmark_vista_equivalence)
export(comparisons)
export(create_vista)
export(cutoffs)
export(deg_summary)
export(derive_vista_metadata)
export(enrichMsigDB)
export(example_vista)
export(export_vista_assets)
export(get_cell_fractions)
export(get_celltype_barplot)
export(get_celltype_group_dotplot)
export(get_celltype_heatmap)
export(get_corr_heatmap)
export(get_deg_alluvial)
export(get_deg_count_barplot)
export(get_deg_count_donutplot)
export(get_deg_count_pieplot)
export(get_deg_venn_diagram)
export(get_enrichment_chord)
export(get_enrichment_plot)
export(get_expression_barplot)
export(get_expression_boxplot)
export(get_expression_chromosome_plot)
export(get_expression_density)
export(get_expression_heatmap)
export(get_expression_joyplot)
export(get_expression_lineplot)
export(get_expression_lollipop)
export(get_expression_matrix)
export(get_expression_raincloud)
export(get_expression_scatter)
export(get_expression_violinplot)
export(get_foldchange_barplot)
export(get_foldchange_boxplot)
export(get_foldchange_chromosome_plot)
export(get_foldchange_heatmap)
export(get_foldchange_lineplot)
export(get_foldchange_lollipop)
export(get_foldchange_matrix)
export(get_foldchange_raincloud)
export(get_foldchange_scatter)
export(get_genes_by_regulation)
export(get_go_enrichment)
export(get_gsea)
export(get_kegg_enrichment)
export(get_ma_plot)
export(get_mds_plot)
export(get_msigdb_enrichment)
export(get_pairwise_corr_plot)
export(get_pathway_genes)
export(get_pathway_heatmap)
export(get_pca_plot)
export(get_umap_plot)
export(get_volcano_plot)
export(group_colors)
export(group_palette)
export(match_vista_inputs)
export(norm_counts)
export(read_vista_counts)
export(read_vista_metadata)
export(row_data)
export(run_cell_deconvolution)
export(run_deseq_analysis)
export(run_edger_analysis)
export(run_limma_analysis)
export(run_vista_report)
export(sample_info)
export(save_vista_data)
export(save_vista_plot)
export(set_de_source)
export(set_rowdata)
export(set_vista_comparison_colors)
export(set_vista_group_colors)
export(validate_vista)
export(validate_vista_deep)
exportClasses(VISTA)
exportMethods("[")
exportMethods(comparisons)
exportMethods(counts)
exportMethods(cutoffs)
exportMethods(deg_summary)
exportMethods(group_colors)
exportMethods(group_palette)
exportMethods(norm_counts)
exportMethods(row_data)
exportMethods(sample_info)
exportMethods(show)
exportMethods(updateObject)
importClassesFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(AnnotationDbi,keys)
importFrom(AnnotationDbi,mapIds)
importFrom(BiocGenerics,counts)
importFrom(BiocGenerics,updateObject)
importFrom(DESeq2,DESeq)
importFrom(DESeq2,DESeqDataSetFromMatrix)
importFrom(DESeq2,counts)
importFrom(DESeq2,estimateSizeFactors)
importFrom(DESeq2,results)
importFrom(GGally,ggpairs)
importFrom(S4Vectors,DataFrame)
importFrom(S4Vectors,SimpleList)
importFrom(S4Vectors,metadata)
importFrom(SummarizedExperiment,"colData<-")
importFrom(SummarizedExperiment,"rowData<-")
importFrom(SummarizedExperiment,SummarizedExperiment)
importFrom(SummarizedExperiment,assay)
importFrom(SummarizedExperiment,assayNames)
importFrom(SummarizedExperiment,colData)
importFrom(SummarizedExperiment,rowData)
importFrom(cli,cli_abort)
importFrom(cli,cli_inform)
importFrom(cli,cli_warn)
importFrom(clusterProfiler,GSEA)
importFrom(clusterProfiler,enrichGO)
importFrom(clusterProfiler,enrichKEGG)
importFrom(clusterProfiler,enricher)
importFrom(clusterProfiler,gseGO)
importFrom(clusterProfiler,gseKEGG)
importFrom(colorspace,qualitative_hcl)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(edgeR,DGEList)
importFrom(edgeR,calcNormFactors)
importFrom(edgeR,estimateDisp)
importFrom(edgeR,glmQLFTest)
importFrom(edgeR,glmQLFit)
importFrom(edgeR,topTags)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_jitter)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_minimal)
importFrom(ggpubr,ggbarplot)
importFrom(ggpubr,stat_compare_means)
importFrom(methods,callNextMethod)
importFrom(methods,setClass)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(methods,setValidity)
importFrom(methods,show)
importFrom(msigdbr,msigdbr)
importFrom(rlang,.data)
importFrom(rlang,`%||%`)
importFrom(rlang,abort)
importFrom(stats,as.dist)
importFrom(stats,cmdscale)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,na.omit)
importFrom(stats,prcomp)
importFrom(stats,setNames)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_replace)
importFrom(tibble,as_tibble)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(utils,getFromNamespace)
importFrom(utils,head)