... | ... |
@@ -1,6 +1,6 @@ |
1 |
-# scClassifR |
|
1 |
+# scAnnotatR |
|
2 | 2 |
|
3 |
-The `scClassifR` package automatically classifies cells in scRNA-seq datasets. It is simple to use with a clear infrastructure to easily add additional cell type classification models. `scClassifR` support both `Seurat` and `SingleCellExperiment` objects as input. |
|
3 |
+The `scAnnotatR` package automatically classifies cells in scRNA-seq datasets. It is simple to use with a clear infrastructure to easily add additional cell type classification models. `scAnnotatR` support both `Seurat` and `SingleCellExperiment` objects as input. |
|
4 | 4 |
|
5 | 5 |
## Installation |
6 | 6 |
|
... | ... |
@@ -13,8 +13,8 @@ if (!require(devtools)) { |
13 | 13 |
} |
14 | 14 |
|
15 | 15 |
# install the ReactomeGSA package |
16 |
-if (!require(scClassifR)) { |
|
17 |
- install_github("grisslab/scClassifR") |
|
16 |
+if (!require(scAnnotatR)) { |
|
17 |
+ install_github("grisslab/scAnnotatR") |
|
18 | 18 |
} |
19 | 19 |
``` |
20 | 20 |
|
... | ... |
@@ -26,5 +26,5 @@ The complete usage is shown in the vignettes: |
26 | 26 |
* [Basic training of a new cell classification model](vignettes/training-basic-model.Rmd) |
27 | 27 |
* [Training of child-celltype models](vignettes/training-child-model.Rmd) |
28 | 28 |
|
29 |
-For more questions / feedback please simply post an [Issue](https://github.com/grisslab/scClassifR/issues/new/choose). |
|
29 |
+For more questions / feedback please simply post an [Issue](https://github.com/grisslab/scAnnotatR/issues/new/choose). |
|
30 | 30 |
|