forked from samuel-marsh/scCustomize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
201 lines (200 loc) · 5.58 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
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
195
196
197
198
199
200
201
# Generated by roxygen2: do not edit by hand
export(Add_Cell_Bender_Diff)
export(Add_Mito_Ribo_LIGER)
export(Add_Mito_Ribo_Seurat)
export(Add_Pct_Diff)
export(Blank_Theme)
export(Case_Check)
export(Change_Delim_All)
export(Change_Delim_Prefix)
export(Change_Delim_Suffix)
export(Cluster_Highlight_Plot)
export(Cluster_Stats_All_Samples)
export(Clustered_DotPlot)
export(ColorBlind_Pal)
export(Copy_From_GCP)
export(Copy_To_GCP)
export(Create_10X_H5)
export(Create_CellBender_Merged_Seurat)
export(Create_Cluster_Annotation_File)
export(Dark2_Pal)
export(DimPlot_All_Samples)
export(DimPlot_LIGER)
export(DimPlot_scCustom)
export(DiscretePalette_scCustomize)
export(DotPlot_scCustom)
export(Extract_Top_Markers)
export(FeaturePlot_DualAssay)
export(FeaturePlot_scCustom)
export(Gene_Present)
export(Hue_Pal)
export(Iterate_Cluster_Highlight_Plot)
export(Iterate_DimPlot_bySample)
export(Iterate_FeaturePlot_scCustom)
export(Iterate_Meta_Highlight_Plot)
export(Iterate_PC_Loading_Plots)
export(Iterate_Plot_Density_Custom)
export(Iterate_Plot_Density_Joint)
export(Iterate_VlnPlot)
export(JCO_Four)
export(Liger_to_Seurat)
export(Median_Stats)
export(Merge_Seurat_List)
export(Merge_Sparse_Data_All)
export(Meta_Highlight_Plot)
export(Meta_Numeric)
export(Meta_Present)
export(Meta_Present_LIGER)
export(Meta_Remove_Seurat)
export(Move_Legend)
export(NavyAndOrange)
export(PC_Plotting)
export(PalettePlot)
export(Percent_Expressing)
export(Plot_Cells_per_Sample)
export(Plot_Density_Custom)
export(Plot_Density_Joint_Only)
export(Plot_Median_Genes)
export(Plot_Median_Mito)
export(Plot_Median_Other)
export(Plot_Median_UMIs)
export(Pull_Cluster_Annotation)
export(Pull_Directory_List)
export(QC_Plot_GenevsFeature)
export(QC_Plot_UMIvsFeature)
export(QC_Plot_UMIvsGene)
export(QC_Plots_Feature)
export(QC_Plots_Genes)
export(QC_Plots_Mito)
export(QC_Plots_UMIs)
export(Read10X_GEO)
export(Read10X_Multi_Directory)
export(Read10X_h5_GEO)
export(Read10X_h5_Multi_Directory)
export(Read_GEO_Delim)
export(Read_Metrics_10X)
export(Rename_Clusters)
export(Replace_Suffix)
export(Seq_QC_Plot_Alignment_Combined)
export(Seq_QC_Plot_Antisense)
export(Seq_QC_Plot_Basic_Combined)
export(Seq_QC_Plot_Exonic)
export(Seq_QC_Plot_Genes)
export(Seq_QC_Plot_Genome)
export(Seq_QC_Plot_Intergenic)
export(Seq_QC_Plot_Intronic)
export(Seq_QC_Plot_Number_Cells)
export(Seq_QC_Plot_Reads_in_Cells)
export(Seq_QC_Plot_Reads_per_Cell)
export(Seq_QC_Plot_Saturation)
export(Seq_QC_Plot_Total_Genes)
export(Seq_QC_Plot_Transcriptome)
export(Seq_QC_Plot_UMIs)
export(Setup_scRNAseq_Project)
export(Single_Color_Palette)
export(Split_FeatureScatter)
export(Stacked_VlnPlot)
export(Store_Misc_Info_Seurat)
export(Store_Palette_Seurat)
export(Top_Genes_Factor)
export(UnRotate_X)
export(VariableFeaturePlot_scCustom)
export(VlnPlot_scCustom)
export(plotFactors_scCustom)
export(scCustomize_Palette)
export(theme_ggprism_mod)
export(viridis_dark_high)
export(viridis_inferno_dark_high)
export(viridis_inferno_light_high)
export(viridis_light_high)
export(viridis_magma_dark_high)
export(viridis_magma_light_high)
export(viridis_plasma_dark_high)
export(viridis_plasma_light_high)
import(Matrix)
import(Seurat)
import(ggplot2)
import(parallel)
import(patchwork)
import(pbapply)
import(viridis)
importFrom(Matrix,readMM)
importFrom(Seurat,AddMetaData)
importFrom(Seurat,DimPlot)
importFrom(Seurat,DotPlot)
importFrom(Seurat,FeaturePlot)
importFrom(Seurat,FeatureScatter)
importFrom(Seurat,PCHeatmap)
importFrom(Seurat,PercentageFeatureSet)
importFrom(Seurat,Read10X)
importFrom(Seurat,Read10X_h5)
importFrom(Seurat,VariableFeaturePlot)
importFrom(Seurat,VizDimLoadings)
importFrom(Seurat,VlnPlot)
importFrom(SeuratObject,DefaultDimReduc)
importFrom(circlize,colorRamp2)
importFrom(colorway,varibow)
importFrom(cowplot,theme_cowplot)
importFrom(data.table,fread)
importFrom(dittoSeq,dittoColors)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,intersect)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,select_at)
importFrom(dplyr,slice)
importFrom(dplyr,slice_max)
importFrom(dplyr,summarise_at)
importFrom(forcats,fct_relevel)
importFrom(ggbeeswarm,geom_quasirandom)
importFrom(ggplot2,theme)
importFrom(ggprism,theme_prism)
importFrom(ggpubr,stat_compare_means)
importFrom(ggrepel,geom_label_repel)
importFrom(ggrepel,geom_text_repel)
importFrom(glue,glue_collapse)
importFrom(grid,gpar)
importFrom(grid,grid.circle)
importFrom(grid,grid.rect)
importFrom(janitor,adorn_totals)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(paletteer,paletteer_d)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,plot_layout)
importFrom(patchwork,wrap_plots)
importFrom(pbapply,pblapply)
importFrom(pbapply,pbmapply)
importFrom(pbapply,pboptions)
importFrom(purrr,discard)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_dbl)
importFrom(purrr,reduce)
importFrom(scales,hue_pal)
importFrom(scales,label_percent)
importFrom(scattermore,geom_scattermore)
importFrom(stringi,stri_replace_first_fixed)
importFrom(stringi,stri_replace_last_fixed)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_to_sentence)
importFrom(stringr,str_to_upper)
importFrom(stringr,str_wrap)
importFrom(tibble,column_to_rownames)
importFrom(tibble,rownames_to_column)
importFrom(tibble,tribble)
importFrom(tidyr,pivot_wider)
importFrom(tidyselect,all_of)
importFrom(utils,combn)
importFrom(utils,packageVersion)
importFrom(utils,read.delim)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)