Skip to content

Commit

Permalink
change data to alldata
Browse files Browse the repository at this point in the history
  • Loading branch information
ycao6928 committed Oct 12, 2023
1 parent 97966d2 commit d9612bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/helper_bulk_expression.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ helper_gene_prop <- function( alldata, genes = NULL, num_top_gene = NULL, ncores
BPparam <- generateBPParam(ncores)

if (is.null(num_top_gene)) {
num_top_gene <- min(nrow(data), 1500)
num_top_gene <- min(nrow(alldata$data), 1500)
}


Expand Down

0 comments on commit d9612bd

Please sign in to comment.