Skip to content

Commit

Permalink
simplifyArtifactData: use comma-delimited flagged peiids
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Apr 11, 2024
1 parent 9941932 commit 9775b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/simplifyArtifactData.R
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ simplifyArtifactData <- function(art, id.var, vol.var = "huartvol", nullFragsAre
idx <- unique(unlist(lapply(gt.100[class.idx], which)))
flagged.ids <- art.wide[[id.var]][idx]

message(sprintf("NOTE: artifact volume >= 100%% in %s: %s", id.var, paste(flagged.ids, collapse = "\n")))
message(sprintf("NOTE: artifact volume >= 100%% in %s: %s", id.var, paste(flagged.ids, collapse = ",")))
}

# compute total artifacts
Expand Down

0 comments on commit 9775b5c

Please sign in to comment.