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
Trying to use the GeneOverlap and pheatmap which uses base R graphics, but when I try to wrap it for specific pairs of lists in lapply, I get the following error:
However, each pair of gene lists does work individually. Sometimes I get that second error message and then run dev.off() and it will work, but I don't think I can run that in the actual wrap_plots execution
Trying to use the
GeneOverlap
andpheatmap
which uses base R graphics, but when I try to wrap it for specific pairs of lists in lapply, I get the following error:Code (data below):
If I just call
plist
I get:However, each pair of gene lists does work individually. Sometimes I get that second error message and then run
dev.off()
and it will work, but I don't think I can run that in the actual wrap_plots executionData:
The text was updated successfully, but these errors were encountered: