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 13, 2023
1 parent 22c3bb7 commit 096db6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pgx-wgcna.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ labels2rainbow <- function(net) {
hc <- net$dendrograms[[1]]
nc <- length(unique(net$colors))
n <- length(net$colors)
ii <- rep(NA,n)
ii <- rep(NA, n)
ii[net$goodGenes] <- hc$order
col1 <- WGCNA::labels2colors(net$colors)
col.rnk <- rank(tapply(1:n, col1[ii], mean))
Expand Down

0 comments on commit 096db6a

Please sign in to comment.