Using the analyzeSingleGenes() function with the default settings, supplying a single gene to analyze gives the following error:
> correlationAnalyzeR::analyzeSingleGenes("ADA", topPlots = T)
Retrieving GSEA annotations...
Retrieving any missing correlation data...
Analyzing: ADA
GSEA
|===========================================================================================================================================================================================| 100%
Error in gp + ggplot2::labs(title = pathTitle, subtitle = paste0("Enrichment score: ", :
non-numeric argument to binary operator
Using the topPlots=F argument prevents this error.
Using the analyzeSingleGenes() function with the default settings, supplying a single gene to analyze gives the following error:
Using the topPlots=F argument prevents this error.