88coverage] ( 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
1414clustifyr 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
7780plot_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
112118library(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
127136clustify(
@@ -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
205217clustify_lists(
206218 input = s_small ,
0 commit comments