Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
olapuentesantana committed Apr 29, 2024
1 parent 647cc73 commit ff6bf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/compute_pathway_activity.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ compute_pathway_activity <- function(RNA_counts = NULL,
remove_sig_genes_immune_response = TRUE,
verbose = TRUE) {
# Some checks
if (is.null(RNA_tpm)) stop("TPM gene expression data not found")
if (is.null(RNA_counts)) stop("Count gene expression data not found")

# Retrieve internal data
cor_scores_genes <- suppressMessages(easierData::get_cor_scores_genes())
Expand Down

0 comments on commit ff6bf45

Please sign in to comment.