From 75816f947d0154274363eaa05432509cbc68646e Mon Sep 17 00:00:00 2001 From: John Lafin <john.lafin@utsouthwestern.edu> Date: Fri, 18 Oct 2024 11:17:27 -0500 Subject: [PATCH] Fix smooth muscle annotations --- scripts/04_annotation.R | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/04_annotation.R b/scripts/04_annotation.R index 1e09dc6..467d10f 100644 --- a/scripts/04_annotation.R +++ b/scripts/04_annotation.R @@ -111,18 +111,18 @@ annot.list$Leukocyte <- c("T cell", "plasma cell") annot.list$Stroma <- c("pericyte", "major interstitial fibroblast", - "smooth muscle", + "smooth muscle cell", "minor interstitial fibroblast", - "smooth muscle", - "smooth muscle", + "smooth muscle cell", + "smooth muscle cell", "periepithelial fibroblast of vagina", "vascular smooth muscle", - "smooth muscle", + "smooth muscle cell", "periepithelial fibroblast of urethra", "stressed cell", "pericyte", "glia", - "smooth muscle", + "smooth muscle cell", "endoneurial fibroblast", "pericyte", "glia") -- GitLab