Skip to content

Commit

Permalink
usage
Browse files Browse the repository at this point in the history
  • Loading branch information
snaketron committed Apr 20, 2024
1 parent c8ce077 commit 10d7d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils_usage.R
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ get_usage <- function(u) {
has_conditions = has_conditions)

return(list(Y = Y,
N = as.numeric(N),
N = as.array(as.numeric(N)),
N_sample = ncol(Y),
N_gene = nrow(Y),
gene_names = gene_names,
Expand Down

0 comments on commit 10d7d2b

Please sign in to comment.