Skip to content

Commit d3521c2

Browse files
committed
bioc 3.21
1 parent ede7e02 commit d3521c2

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ plot_best_call(
7979
)
8080
```
8181

82-
`clustify()` can take a clustered `SingleCellExperiment` or `seurat` object (both v2 and v3) and assign identities.
82+
`clustify()` can take a clustered `SingleCellExperiment` or `seurat` object (from v2 up to v5) and assign identities.
8383

8484
```{r example_seurat, warning=F, message=F}
8585
# for SingleCellExperiment

README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
coverage](https://codecov.io/gh/rnabioco/clustifyr/branch/devel/graph/badge.svg)](https://app.codecov.io/gh/rnabioco/clustifyr?branch=devel)
99
[![platforms](https://bioconductor.org/shields/availability/release/clustifyr.svg)](https://bioconductor.org/packages/release/bioc/html/clustifyr.html)
1010
[![bioc](https://bioconductor.org/shields/years-in-bioc/clustifyr.svg)](https://bioconductor.org/packages/release/bioc/html/clustifyr.html)
11-
[![\#downloads](https://img.shields.io/badge/%23%20downloads-11608-brightgreen)](https://bioconductor.org/packages/stats/bioc/clustifyr/clustifyr_stats.tab)
11+
[![\#downloads](https://img.shields.io/badge/%23%20downloads-14330-brightgreen)](https://bioconductor.org/packages/stats/bioc/clustifyr/clustifyr_stats.tab)
1212
<!-- badges: end -->
1313

1414
clustifyr classifies cells and clusters in single-cell RNA sequencing
@@ -72,6 +72,9 @@ cor_to_call(res)
7272
#> 7 Platelet Mk 0.732
7373
#> 8 CD8 T NK 0.826
7474
#> 9 NK NK 0.894
75+
```
76+
77+
``` r
7578

7679
# plot assignments on a projection
7780
plot_best_call(
@@ -84,7 +87,7 @@ plot_best_call(
8487
![](man/figures/readme_example-1.png)<!-- -->
8588

8689
`clustify()` can take a clustered `SingleCellExperiment` or `seurat`
87-
object (both v2 and v3) and assign identities.
90+
object (from v2 up to v5) and assign identities.
8891

8992
``` r
9093
# for SingleCellExperiment
@@ -107,6 +110,9 @@ clustify(
107110
#> reducedDimNames(1): UMAP
108111
#> mainExpName: NULL
109112
#> altExpNames(0):
113+
```
114+
115+
``` r
110116

111117
# for Seurat
112118
library(Seurat)
@@ -122,6 +128,9 @@ clustify(
122128
#> Active assay: RNA (2000 features, 2000 variable features)
123129
#> 2 layers present: counts, data
124130
#> 1 dimensional reduction calculated: umap
131+
```
132+
133+
``` r
125134

126135
# New output option, directly as a vector (in the order of the metadata), which can then be inserted into metadata dataframes and other workflows
127136
clustify(
@@ -201,6 +210,9 @@ clustify_lists(
201210
#> NK 5.358651 0.3309153
202211
#> DC 45.101877 0.1401901
203212
#> Platelet 19.492465 59.9493793
213+
```
214+
215+
``` r
204216

205217
clustify_lists(
206218
input = s_small,

man/figures/readme_example-1.png

2.33 KB
Loading

0 commit comments

Comments
 (0)