You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error when running EnrichrBarPlot - and it does look like dbs is not passed via the function, nor defined from the saved enrichr results before calling it in the plotting function. I tried passing it in the function signature, but it didn't fix the issue.
EnrichrBarPlot(metacells_obj, outdir = file.path(output_plots, 'enrichr'), dbs = 'GO_Biological_Process_2021') and EnrichrBarPlot(metacells_obj, outdir = file.path(output_plots, 'enrichr')) result in: Error in EnrichrBarPlot(metacells_obj, outdir = file.path(output_plots, : object 'dbs' not found
Running EnrichrDotPlot resulted in no error since the database is a passed argument.
The text was updated successfully, but these errors were encountered:
hdWGCNA/R/plotting.R
Line 673 in 950b8c7
I get this error when running EnrichrBarPlot - and it does look like dbs is not passed via the function, nor defined from the saved enrichr results before calling it in the plotting function. I tried passing it in the function signature, but it didn't fix the issue.
EnrichrBarPlot(metacells_obj, outdir = file.path(output_plots, 'enrichr'), dbs = 'GO_Biological_Process_2021')
andEnrichrBarPlot(metacells_obj, outdir = file.path(output_plots, 'enrichr'))
result in:Error in EnrichrBarPlot(metacells_obj, outdir = file.path(output_plots, : object 'dbs' not found
Running EnrichrDotPlot resulted in no error since the database is a passed argument.
The text was updated successfully, but these errors were encountered: