Skip to content

Commit

Permalink
rm deprecated arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejiang committed Nov 18, 2020
1 parent d29d11d commit 47a963b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vignettes/gates.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ gs_update_channels(gs2, map = data.frame(old = c("B710-A")
#redundant
cs <- gs_cyto_data(gs3)
fr <- cs[[1]]
fr <- cs[[1, return = "flowFrame"]]
new_col <- exprs(fr)[,8,drop=F]
colnames(new_col) <- "channelA"
fr <- fr_append_cols(fr, new_col)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/introduction.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ new_col <- exprs(fr)[,8,drop=F]
colnames(new_col) <- "channelA"
fr <- fr_append_cols(fr, new_col)
write.FCS(fr, files[2])
cqc_data[[2]] <- load_cytoframe_from_fcs(thisfile, is_h5 = TRUE)
cqc_data[[2]] <- load_cytoframe_from_fcs(thisfile)
#typo
cf <- cqc_data[[2]]
Expand Down

0 comments on commit 47a963b

Please sign in to comment.