This repository was archived by the owner on Oct 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ single_cell_counts =
8080 stringr :: str_like(cell_type , " %CD4%" )
8181 ) | >
8282 get_SingleCellExperiment()
83- # > ! This function name is deprecated. Please use `get_single_cell_experiment()` instead
8483# > ℹ Realising metadata.
8584# > ℹ Synchronising files
8685# > ℹ Downloading 0 files, totalling 0 GB
@@ -117,7 +116,6 @@ single_cell_counts =
117116 stringr :: str_like(cell_type , " %CD4%" )
118117 ) | >
119118 get_SingleCellExperiment(assays = " cpm" )
120- # > ! This function name is deprecated. Please use `get_single_cell_experiment()` instead
121119# > ℹ Realising metadata.
122120# > ℹ Synchronising files
123121# > ℹ Downloading 0 files, totalling 0 GB
@@ -151,7 +149,6 @@ single_cell_counts =
151149 stringr :: str_like(cell_type , " %CD4%" )
152150 ) | >
153151 get_SingleCellExperiment(assays = " cpm" , features = " PUM1" )
154- # > ! This function name is deprecated. Please use `get_single_cell_experiment()` instead
155152# > ℹ Realising metadata.
156153# > ℹ Synchronising files
157154# > ℹ Downloading 0 files, totalling 0 GB
@@ -296,11 +293,12 @@ Notice that the columns differ between each dataset’s data frame:
296293
297294``` r
298295dplyr :: pull(unharmonised , unharmonised ) | > head(2 )
299- # > [[1]]
300- # >
301- # > [[2]]
302296```
303297
298+ \[\[ 1\]\]
299+
300+ \[\[ 2\]\]
301+
304302# Cell metadata
305303
306304Dataset-specific columns (definitions available at
You can’t perform that action at this time.
0 commit comments