... | ... |
@@ -17,7 +17,7 @@ export(scAnnotatR) |
17 | 17 |
export(test_classifier) |
18 | 18 |
export(train_classifier) |
19 | 19 |
exportMethods(show) |
20 |
-import(BiocFileCache) |
|
20 |
+import(AnnotationHub) |
|
21 | 21 |
import(ROCR) |
22 | 22 |
import(SingleCellExperiment) |
23 | 23 |
import(ape) |
... | ... |
@@ -29,7 +29,6 @@ import(ggplot2) |
29 | 29 |
import(kernlab, except = c(alpha, predict)) |
30 | 30 |
import(methods) |
31 | 31 |
import(pROC) |
32 |
-import(tools) |
|
33 | 32 |
importFrom(Seurat,GetAssayData) |
34 | 33 |
importFrom(Seurat,Idents) |
35 | 34 |
importFrom(SummarizedExperiment,assay) |
Former-commit-id: 4a69d2314d0fe5849d5002a1dc1cdd474f9afaff
... | ... |
@@ -6,6 +6,7 @@ export(caret_model) |
6 | 6 |
export(cell_type) |
7 | 7 |
export(classify_cells) |
8 | 8 |
export(delete_model) |
9 |
+export(load_models) |
|
9 | 10 |
export(marker_genes) |
10 | 11 |
export(p_thres) |
11 | 12 |
export(parent) |
... | ... |
@@ -16,6 +17,7 @@ export(scAnnotatR) |
16 | 17 |
export(test_classifier) |
17 | 18 |
export(train_classifier) |
18 | 19 |
exportMethods(show) |
20 |
+import(BiocFileCache) |
|
19 | 21 |
import(ROCR) |
20 | 22 |
import(SingleCellExperiment) |
21 | 23 |
import(ape) |
... | ... |
@@ -27,6 +29,7 @@ import(ggplot2) |
27 | 29 |
import(kernlab, except = c(alpha, predict)) |
28 | 30 |
import(methods) |
29 | 31 |
import(pROC) |
32 |
+import(tools) |
|
30 | 33 |
importFrom(Seurat,GetAssayData) |
31 | 34 |
importFrom(SummarizedExperiment,assay) |
32 | 35 |
importFrom(SummarizedExperiment,colData) |
Former-commit-id: 81d3b0fe59b49b602a776ff4e086660b05ead3b0
... | ... |
@@ -28,8 +28,6 @@ import(kernlab, except = c(alpha, predict)) |
28 | 28 |
import(methods) |
29 | 29 |
import(pROC) |
30 | 30 |
importFrom(Seurat,GetAssayData) |
31 |
-importFrom(Seurat,Idents) |
|
32 |
-importFrom(SingleCellExperiment,colData) |
|
33 | 31 |
importFrom(SummarizedExperiment,assay) |
34 | 32 |
importFrom(SummarizedExperiment,colData) |
35 | 33 |
importFrom(stats,predict) |
Former-commit-id: 91ec8da24f45c110ab4f2e728ab71e9c1d255ca8
Former-commit-id: b8f82581ead9bfe31c088db02857a1d1c996d832
Former-commit-id: 9823f9b8cf0ad38ebbe2bcd6f870a63a98c29d07
Former-commit-id: 177d9b7784ebafa7762070d8617c6d3ea022be1c
... | ... |
@@ -32,7 +32,6 @@ importFrom(Seurat,Idents) |
32 | 32 |
importFrom(SingleCellExperiment,colData) |
33 | 33 |
importFrom(SummarizedExperiment,assay) |
34 | 34 |
importFrom(SummarizedExperiment,colData) |
35 |
-importFrom(plyr,mapvalues) |
|
36 | 35 |
importFrom(stats,predict) |
37 | 36 |
importFrom(stats,sd) |
38 | 37 |
importFrom(stats,setNames) |
Former-commit-id: 685a1adef1ea382464e57dc19fad76eac8355ea0
... | ... |
@@ -32,6 +32,7 @@ importFrom(Seurat,Idents) |
32 | 32 |
importFrom(SingleCellExperiment,colData) |
33 | 33 |
importFrom(SummarizedExperiment,assay) |
34 | 34 |
importFrom(SummarizedExperiment,colData) |
35 |
+importFrom(plyr,mapvalues) |
|
35 | 36 |
importFrom(stats,predict) |
36 | 37 |
importFrom(stats,sd) |
37 | 38 |
importFrom(stats,setNames) |
Former-commit-id: c41bda4739a20cb0a346da77aaa02256d756b67f
Former-commit-id: 5c273ba5e13fb4ff1f33f38f231694df7f600074
... | ... |
@@ -27,6 +27,7 @@ import(kernlab, except = c(alpha, predict)) |
27 | 27 |
import(methods) |
28 | 28 |
import(pROC) |
29 | 29 |
importFrom(Seurat,GetAssayData) |
30 |
+importFrom(Seurat,Idents) |
|
30 | 31 |
importFrom(SingleCellExperiment,colData) |
31 | 32 |
importFrom(SummarizedExperiment,assay) |
32 | 33 |
importFrom(SummarizedExperiment,colData) |
Former-commit-id: 6c0f23354428e151ce50a784d61b6a9bcad0861a
Former-commit-id: d86b6b60f26f1caaf24cf50516787d5ec3494c99
Former-commit-id: 19cd06664bb8f459cf8f8d6dc6b80320c0ba91ea
Former-commit-id: 8efa5767ef98d0619d918fdab9e7f24902d7b24a
... | ... |
@@ -14,13 +14,11 @@ export(plot_roc_curve) |
14 | 14 |
export(save_new_model) |
15 | 15 |
export(test_classifier) |
16 | 16 |
export(train_classifier) |
17 |
-export(visualize_tree) |
|
18 | 17 |
exportMethods(show) |
19 | 18 |
import(ROCR) |
20 | 19 |
import(SingleCellExperiment) |
21 | 20 |
import(ape) |
22 | 21 |
import(caret) |
23 |
-import(data.tree) |
|
24 | 22 |
import(dplyr) |
25 | 23 |
import(e1071) |
26 | 24 |
import(ggplot2) |
Former-commit-id: c30d5e0eb17749597b12316855f05517b93b7be9
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,37 @@ |
1 |
+# Generated by roxygen2: do not edit by hand |
|
2 |
+ |
|
3 |
+export("cell_type<-") |
|
4 |
+export("p_thres<-") |
|
5 |
+export(cell_type) |
|
6 |
+export(classify_cells) |
|
7 |
+export(clf) |
|
8 |
+export(delete_model) |
|
9 |
+export(features) |
|
10 |
+export(p_thres) |
|
11 |
+export(parent) |
|
12 |
+export(plant_tree) |
|
13 |
+export(plot_roc_curve) |
|
14 |
+export(save_new_model) |
|
15 |
+export(test_classifier) |
|
16 |
+export(train_classifier) |
|
17 |
+export(visualize_tree) |
|
18 |
+exportMethods(show) |
|
19 |
+import(ROCR) |
|
20 |
+import(SingleCellExperiment) |
|
21 |
+import(ape) |
|
22 |
+import(caret) |
|
23 |
+import(data.tree) |
|
24 |
+import(dplyr) |
|
25 |
+import(e1071) |
|
26 |
+import(ggplot2) |
|
27 |
+import(kernlab, except = c(alpha, predict)) |
|
28 |
+import(methods) |
|
29 |
+import(pROC) |
|
30 |
+importFrom(Seurat,GetAssayData) |
|
31 |
+importFrom(SingleCellExperiment,colData) |
|
32 |
+importFrom(SummarizedExperiment,assay) |
|
33 |
+importFrom(SummarizedExperiment,colData) |
|
34 |
+importFrom(stats,predict) |
|
35 |
+importFrom(stats,sd) |
|
36 |
+importFrom(stats,setNames) |
|
37 |
+importFrom(utils,data) |