Skip to content

Commit

Permalink
props
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahedmondson committed Apr 15, 2022
1 parent d81ad16 commit bf714ba
Show file tree
Hide file tree
Showing 2 changed files with 959 additions and 7 deletions.
17 changes: 10 additions & 7 deletions A01 HUMANIZED Flow.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,22 @@ data_dir <- "C:/Users/edmondsonef/Desktop/Humanized/Flow/"
#study_dir <- "1-05Jan2022/"
#study_dir <- "2-02Feb2022/"
#study_dir <- "3-15Feb2022 - NSG/"
study_dir <- "4-28Feb2022/"
#study_dir <- "4-28Feb2022/"
#study_dir <- "5-02Mar2022/"
#study_dir <- "6-10Mar2022/"
#study_dir <- "7-24Mar2022/"
study_dir <- "7-24Mar2022/"

#ws <- open_flowjo_xml(paste0(data_dir,study_dir,"15679 06Jan2022 Simone.wsp"))
#ws <- open_flowjo_xml(paste0(data_dir,study_dir,"15701 02Feb2022 Simone.wsp"))
#ws <- open_flowjo_xml(paste0(data_dir,study_dir,"15708 15Feb2022 Simone.wsp"))
#ws <- open_flowjo_xml(paste0(data_dir,study_dir,"15716 28Feb2022 Simone.wsp"))
ws <- open_flowjo_xml(paste0(data_dir,study_dir,"15719 02Mar2022 Simone.wsp"))
ws <- open_flowjo_xml(paste0(data_dir,study_dir,"15726 10Mar2022 Simone.wsp"))
ws <- open_flowjo_xml(paste0(data_dir,study_dir,"15738 23Mar2022 LASP.wsp"))
ws <- open_flowjo_xml(paste0(data_dir,study_dir,"15719 02Mar2022 Simone.wsp"))
#ws <- open_flowjo_xml(paste0(data_dir,study_dir,"15719 02Mar2022 Simone.wsp"))
#ws <- open_flowjo_xml(paste0(data_dir,study_dir,"15726 10Mar2022 Simone.wsp"))
#ws <- open_flowjo_xml(paste0(data_dir,study_dir,"15738 23Mar2022 LASP.wsp"))
ws <- open_flowjo_xml(paste0(data_dir,study_dir,".wsp"))
ws <- open_flowjo_xml(paste0(data_dir,study_dir,".wsp"))
ws <- open_flowjo_xml(paste0(data_dir,study_dir,".wsp"))
ws <- open_flowjo_xml(paste0(data_dir,study_dir,".wsp"))
#ws <- open_flowjo_xml(paste0(data_dir,study_dir,"15738 24Mar2022 LASP 2nd day.wsp"))
ws
fj_ws_get_samples(ws, group_id = c(5))
Expand Down Expand Up @@ -93,7 +96,7 @@ plot <- ggplot(ggdf, aes(x = sample_id, y = proportion, fill = cluster)) +
scale_fill_manual(values = color_clusters)

setwd("C:/Users/edmondsonef/Desktop/R-plots/")
tiff("NSG-SGM3_blood_marrow_spl.tiff", units="in", width=10, height=7, res=600)
tiff("6-10Mar_blood_marrow_spl.tiff", units="in", width=10, height=7, res=600)
plot
dev.off()
#########
Expand Down
Loading

0 comments on commit bf714ba

Please sign in to comment.