Skip to content

Commit

Permalink
Style code (GHA)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivokwee committed Nov 18, 2024
1 parent c82a987 commit 53e9c8b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions R/pgx-compute.R
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,9 @@ pgx.createPGX <- function(counts,
only.hugo = TRUE,
convert.hugo = TRUE,
only.proteincoding = TRUE,
remove.xxl = TRUE, ## DEPRECATED
remove.outliers = TRUE, ## DEPRECATED
settings = list()
) {
remove.xxl = TRUE, ## DEPRECATED
remove.outliers = TRUE, ## DEPRECATED
settings = list()) {
message("[createPGX] datatype = ", datatype)

if (!is.null(counts)) {
Expand Down Expand Up @@ -299,11 +298,11 @@ pgx.createPGX <- function(counts,

## add to setting info
settings$filter.genes <- filter.genes
settings$only.known <- only.known
settings$only.known <- only.known
settings$only.proteincoding <- only.proteincoding
settings$convert.hugo <- convert.hugo
settings$custom.geneset <- !is.null(custom.geneset)

pgx <- list(
name = name,
organism = organism,
Expand Down

0 comments on commit 53e9c8b

Please sign in to comment.