Hi - I am using draw_TimeHeatmap_enrichR and keep running into this error message:
Error in [.data.frame(sub.GO.mat, , c("Description", col.name.order)) :
undefined columns selected
I have run runTrendCatcher and my master.list object looks as expected.
This is my full command:
heatmap_enrichr_controls <- draw_TimeHeatmap_enrichR(
master.list = master.list_controls,
logFC.thres = 0,
top.n = 5,
dyn.gene.p.thres = 0.05,
dbs = "BioPlanet_2019",
term.width = 80,
OrgDb = "org.Hs.eg.db",
GO.enrich.p = 0.05,
)
Any ideas how I can go about fixing this?
Hi - I am using draw_TimeHeatmap_enrichR and keep running into this error message:
Error in
[.data.frame(sub.GO.mat, , c("Description", col.name.order)) :undefined columns selected
I have run runTrendCatcher and my master.list object looks as expected.
This is my full command:
heatmap_enrichr_controls <- draw_TimeHeatmap_enrichR(
master.list = master.list_controls,
logFC.thres = 0,
top.n = 5,
dyn.gene.p.thres = 0.05,
dbs = "BioPlanet_2019",
term.width = 80,
OrgDb = "org.Hs.eg.db",
GO.enrich.p = 0.05,
)
Any ideas how I can go about fixing this?