Skip to content

Commit

Permalink
closes #4 hopefully for good
Browse files Browse the repository at this point in the history
  • Loading branch information
pfgherardini committed Jul 25, 2017
1 parent d624cf1 commit c8b72af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/fcs_io.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ as_flowFrame <- function(exprs.m, source.frame = NULL) {
#' @export
write_flowFrame <- function(flowFrame, path) {
f.name <- basename(path)
flowCore::keyword(flowFrame)$FIL <- f.name
flowCore::keyword(flowFrame)[["$FIL"]] <- f.name
flowCore::write.FCS(flowFrame, path)
}

Expand Down

0 comments on commit c8b72af

Please sign in to comment.