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

Commit 0ce453c

Browse files
committed
Namespace as_tibble, remove comment from downsample()
1 parent b4ffb9c commit 0ce453c

File tree

2 files changed

+1
-21
lines changed

2 files changed

+1
-21
lines changed

R/dev.R

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -199,26 +199,6 @@ downsample_metadata <- function(output = "sample_meta.parquet"){
199199
summarise(n = dplyr::n()) |>
200200
dplyr::collect()
201201

202-
# This is a table of all the datasets we need for the vignette. The
203-
# # "datasets" column is how many datasets we need from that filter
204-
# filters <- tibble::tibble(
205-
# filter = rlang::exprs(
206-
# .data$ethnicity == "African" &
207-
# stringr::str_like(.data$assay, "%10x%") &
208-
# .data$tissue == "lung parenchyma" &
209-
# stringr::str_like(.data$cell_type, "%CD4%"),
210-
# .data$cell_type_harmonised == "nk",
211-
# .data$cell_type_harmonised == "cd14 mono",
212-
# .data$tissue == "kidney blood vessel"
213-
# ),
214-
# dataset = c(
215-
# 4,
216-
# 1,
217-
# 1,
218-
# 1
219-
# )
220-
# )
221-
222202
# Find a minimal set of file_id_dbs we need
223203
minimal_file_ids <- rlang::exprs(
224204
.data$ethnicity == "African" &

vignettes/Introduction.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ counts <- metadata |>
233233
tidySingleCellExperiment::join_features("HLA-A", shape = "wide") |>
234234
235235
# Rank x axis
236-
as_tibble()
236+
tibble::as_tibble()
237237
238238
# Plot by disease
239239
counts |>

0 commit comments

Comments
 (0)