This repository was archived by the owner on Oct 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-21
lines changed
Expand file tree Collapse file tree 2 files changed +1
-21
lines changed Original file line number Diff line number Diff 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" &
Original file line number Diff line number Diff 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
239239counts |>
You can’t perform that action at this time.
0 commit comments