Skip to content

Commit

Permalink
modifs for version 2 of BMC submitted manuscript (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
phauchamps committed Jan 24, 2024
1 parent 44a2931 commit b6a97dc
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
42 changes: 42 additions & 0 deletions R/3_Results_VisualAssessment.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,48 @@ p3 <- CytoPipelineGUI:::plotDiffFlowFrame(

p1+p2+p3

# Complementary to USE CASE #3 : Figure S4
p1 <- CytoPipelineGUI:::plotDiffFlowFrame(
experimentNameFrom = selectedExpName1,
whichQueueFrom = "pre-processing",
sampleFileFrom = selectedSampleFile,
flowFrameNameFrom = "remove_doublets_obj",
xChannelLabelFrom = "FSC-A : NA",
yChannelLabelFrom = "SSC-A : NA",
path = outputDir,
experimentNameTo = selectedExpName1,
whichQueueTo = "pre-processing",
sampleFileTo = selectedSampleFile,
flowFrameNameTo = "remove_debris_obj",
xChannelLabelTo = "FSC-A : NA",
yChannelLabelTo = "SSC-A : NA",
useAllCells = FALSE,
nDisplayCells = 10000,
useFixedLinearRange = TRUE,
linearRange = c(-100, 262144))

p2 <- CytoPipelineGUI:::plotDiffFlowFrame(
experimentNameFrom = selectedExpName2,
whichQueueFrom = "pre-processing",
sampleFileFrom = selectedSampleFile,
flowFrameNameFrom = "remove_doublets_obj",
xChannelLabelFrom = "FSC-A : NA",
yChannelLabelFrom = "SSC-A : NA",
path = outputDir,
experimentNameTo = selectedExpName2,
whichQueueTo = "pre-processing",
sampleFileTo = selectedSampleFile,
flowFrameNameTo = "remove_debris_obj",
xChannelLabelTo = "FSC-A : NA",
yChannelLabelTo = "SSC-A : NA",
useAllCells = FALSE,
nDisplayCells = 10000,
useFixedLinearRange = TRUE,
linearRange = c(-100, 262144))

p1+p2


# USE CASE #4 - Figure 6

selectedExpName1 <- "HBVMouse_PQC"
Expand Down
4 changes: 2 additions & 2 deletions R/4_Results_Benchmark.R
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ p2 <- CytoPipelineGUI:::plotSelectedFlowFrame(
p1+p2


# Figure S4
# Figure S5

selectedExpName <- "HBVMouse_PQC"
selectedSampleFile <- file.path(
Expand Down Expand Up @@ -262,7 +262,7 @@ p3 <- CytoPipelineGUI:::plotDiffFlowFrame(
p1+p2+p3


# Figure S5
# Figure S6

selectedExpName <- "HBVMouse_PQC"
selectedSampleFile <- file.path(
Expand Down

0 comments on commit b6a97dc

Please sign in to comment.