Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit cb3fe45

Browse files
committed
Reinstall package
1 parent e94bd2c commit cb3fe45

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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
298295
dplyr::pull(unharmonised, unharmonised) |> head(2)
299-
#> [[1]]
300-
#>
301-
#> [[2]]
302296
```
303297

298+
\[\[1\]\]
299+
300+
\[\[2\]\]
301+
304302
# Cell metadata
305303

306304
Dataset-specific columns (definitions available at

0 commit comments

Comments
 (0)