|
2 | 2 |
|
3 | 3 | export(Run.HiTME) |
4 | 4 | export(get.GOList) |
5 | | -export(get.HiTObject) |
6 | | -export(get.aggregated.profile) |
7 | | -export(get.aggregated.signature) |
8 | | -export(get.celltype.composition) |
9 | | -export(get.cluster.samples) |
10 | | -export(plot.celltype.freq) |
11 | | -export(plot.confusion.matrix) |
12 | | -export(read_objs) |
13 | | -export(save_objs) |
| 5 | +export(infer.Sex) |
| 6 | +export(plot.confusion) |
| 7 | +export(plot.geneGating) |
14 | 8 | import(ProjecTILs) |
15 | | -import(SeuratObject) |
16 | 9 | import(SignatuR) |
17 | 10 | import(scGate) |
18 | | -importFrom(BiocGenerics,counts) |
19 | 11 | importFrom(BiocParallel,MulticoreParam) |
20 | 12 | importFrom(BiocParallel,bplapply) |
21 | | -importFrom(DESeq2,DESeqDataSetFromMatrix) |
22 | | -importFrom(DESeq2,estimateSizeFactors) |
23 | | -importFrom(DESeq2,vst) |
24 | | -importFrom(Hotelling,clr) |
25 | | -importFrom(MatrixGenerics,rowVars) |
| 13 | +importFrom(Matrix,rowSums) |
26 | 14 | importFrom(Seurat,AggregateExpression) |
27 | | -importFrom(Seurat,AverageExpression) |
28 | | -importFrom(Seurat,FindVariableFeatures) |
| 15 | +importFrom(Seurat,CreateSeuratObject) |
29 | 16 | importFrom(Seurat,SplitObject) |
30 | | -importFrom(SummarizedExperiment,assay) |
| 17 | +importFrom(Seurat,VlnPlot) |
31 | 18 | importFrom(biomaRt,getBM) |
32 | 19 | importFrom(biomaRt,useMart) |
33 | | -importFrom(caret,nearZeroVar) |
34 | | -importFrom(cowplot,theme_cowplot) |
35 | 20 | importFrom(data.table,rbindlist) |
36 | 21 | importFrom(data.table,setDT) |
37 | 22 | importFrom(dplyr,"%>%") |
38 | | -importFrom(dplyr,coalesce) |
39 | | -importFrom(dplyr,distinct) |
| 23 | +importFrom(dplyr,across) |
| 24 | +importFrom(dplyr,all_of) |
| 25 | +importFrom(dplyr,c_across) |
| 26 | +importFrom(dplyr,cur_column) |
| 27 | +importFrom(dplyr,everything) |
40 | 28 | importFrom(dplyr,filter) |
41 | | -importFrom(dplyr,full_join) |
42 | | -importFrom(dplyr,group_by) |
| 29 | +importFrom(dplyr,left_join) |
43 | 30 | importFrom(dplyr,mutate) |
44 | | -importFrom(dplyr,mutate_all) |
45 | | -importFrom(dplyr,mutate_if) |
46 | | -importFrom(dplyr,row_number) |
47 | | -importFrom(dplyr,summarize_at) |
48 | | -importFrom(ggdendro,ggdendrogram) |
| 31 | +importFrom(dplyr,rowwise) |
| 32 | +importFrom(dplyr,select) |
| 33 | +importFrom(dplyr,starts_with) |
| 34 | +importFrom(dplyr,ungroup) |
49 | 35 | importFrom(ggplot2,aes) |
50 | | -importFrom(ggplot2,facet_wrap) |
51 | | -importFrom(ggplot2,geom_boxplot) |
| 36 | +importFrom(ggplot2,element_text) |
52 | 37 | importFrom(ggplot2,geom_col) |
53 | | -importFrom(ggplot2,geom_hline) |
54 | 38 | importFrom(ggplot2,geom_label) |
55 | 39 | importFrom(ggplot2,geom_point) |
56 | 40 | importFrom(ggplot2,geom_tile) |
57 | | -importFrom(ggplot2,geom_vline) |
| 41 | +importFrom(ggplot2,ggplot) |
58 | 42 | importFrom(ggplot2,ggtitle) |
59 | | -importFrom(ggplot2,guide_legend) |
60 | | -importFrom(ggplot2,guides) |
61 | 43 | importFrom(ggplot2,labs) |
62 | 44 | importFrom(ggplot2,scale_fill_gradient) |
63 | 45 | importFrom(ggplot2,theme) |
64 | 46 | importFrom(ggplot2,theme_bw) |
65 | | -importFrom(methods,new) |
66 | | -importFrom(methods,setClass) |
67 | | -importFrom(parallelly,availableCores) |
| 47 | +importFrom(ggplot2,theme_void) |
| 48 | +importFrom(ggplot2,ylab) |
| 49 | +importFrom(ggpubr,annotate_figure) |
| 50 | +importFrom(ggpubr,ggarrange) |
| 51 | +importFrom(parallel,detectCores) |
68 | 52 | importFrom(scGate,get_scGateDB) |
69 | 53 | importFrom(scGate,scGate) |
70 | | -importFrom(stringr,str_remove_all) |
71 | 54 | importFrom(tibble,column_to_rownames) |
72 | | -importFrom(tibble,remove_rownames) |
73 | 55 | importFrom(tibble,rownames_to_column) |
0 commit comments