Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rikfor committed Jun 6, 2024
1 parent a0535f5 commit 919c567
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Empty file.
5 changes: 3 additions & 2 deletions figure_scripts/Figure2/Fig2B.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
library(tidyverse)

# Load mixed effects results
setwd('./data/Figure2')
res_df = read.csv('221003_CyTOF_flowSOMlevel2_MEM_FtM_visit_age.csv')
colnames(res_df)[2] <- "flowSOM_level2"
res_df$flowSOM_level2[res_df$flowSOM_level2 %in% "Monocytes_NCM"] <- "debris"

# Load cell frequencies
m_imm.freq <- read.csv("CYTOF_cellfrequencies.csv")
cells_to_plot <- c("pDC", "DC_CD141DC", "MDSC_M", "CD8Tcells_TEMRA_CD24", "Monocytes_CM")
#m_imm.freq <- read.csv("CYTOF_cellfrequencies.csv")
cells_to_plot <- c("pDC", "DC_CD141DC", "CD8Tcells_MAIT", "CD8Tcells_TEMRA_CD24", "Monocytes_CM")

# Fig 2B
m_imm.freq %>%
Expand Down

0 comments on commit 919c567

Please sign in to comment.