8
8
coverage] ( https://codecov.io/gh/rnabioco/clustifyr/branch/devel/graph/badge.svg )] ( https://app.codecov.io/gh/rnabioco/clustifyr?branch=devel )
9
9
[ ![ platforms] ( https://bioconductor.org/shields/availability/release/clustifyr.svg )] ( https://bioconductor.org/packages/release/bioc/html/clustifyr.html )
10
10
[ ![ 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 )
12
12
<!-- badges: end -->
13
13
14
14
clustifyr classifies cells and clusters in single-cell RNA sequencing
@@ -72,6 +72,9 @@ cor_to_call(res)
72
72
# > 7 Platelet Mk 0.732
73
73
# > 8 CD8 T NK 0.826
74
74
# > 9 NK NK 0.894
75
+ ```
76
+
77
+ ``` r
75
78
76
79
# plot assignments on a projection
77
80
plot_best_call(
@@ -84,7 +87,7 @@ plot_best_call(
84
87
![ ] ( man/figures/readme_example-1.png ) <!-- -->
85
88
86
89
` 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.
88
91
89
92
``` r
90
93
# for SingleCellExperiment
@@ -107,6 +110,9 @@ clustify(
107
110
# > reducedDimNames(1): UMAP
108
111
# > mainExpName: NULL
109
112
# > altExpNames(0):
113
+ ```
114
+
115
+ ``` r
110
116
111
117
# for Seurat
112
118
library(Seurat )
@@ -122,6 +128,9 @@ clustify(
122
128
# > Active assay: RNA (2000 features, 2000 variable features)
123
129
# > 2 layers present: counts, data
124
130
# > 1 dimensional reduction calculated: umap
131
+ ```
132
+
133
+ ``` r
125
134
126
135
# New output option, directly as a vector (in the order of the metadata), which can then be inserted into metadata dataframes and other workflows
127
136
clustify(
@@ -201,6 +210,9 @@ clustify_lists(
201
210
# > NK 5.358651 0.3309153
202
211
# > DC 45.101877 0.1401901
203
212
# > Platelet 19.492465 59.9493793
213
+ ```
214
+
215
+ ``` r
204
216
205
217
clustify_lists(
206
218
input = s_small ,
0 commit comments