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

Commit 89a2b11

Browse files
committed
update small
1 parent 7fd65c9 commit 89a2b11

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dev/annotation_harmonise.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,11 @@ cell_metadata_with_harmonised_annotation =
571571
get_metadata() |>
572572
select(.cell, .sample, file_id, file_id_db, tissue) |>
573573
as_tibble()
574+
) |>
575+
576+
left_join(
577+
read_csv("dev/tissue_label_curated.csv"),
578+
by="tissue"
574579
)
575580
# xx = x |>
576581
# filter(cell_type_harmonised == "monocytes") |>

0 commit comments

Comments
 (0)