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
Hi there,
I want to use "simplifyEnrichment" package in R for MacOS to visualize a clustered KEGG similarity plot but an error occur, here are my code:
gene.KEGG_hyper2 <- simplifyEnrichment::term_similarity_from_KEGG(kegg_id, method = c("jaccard"))
gene.KEGG_hyper2_pic <- simplifyEnrichment::simplifyEnrichment(gene.KEGG_hyper2)
Error: rsession-arm64: UnableToOpenBlob `/var/folders/ty/g_mfyzb95n3_vvrgjqfpql6m0000gn/T//Rtmp0ekgkG/.heatmap_body_8314b6e270871e94cfd6143670a0a2eb_1_113dc6409574d.png': No such file or directory @ error/blob.c/OpenBlob/2960
In addition: Warning message:
In (function (filename = "Rplot%03d.png", width = 480, height = 480, :
failed to load cairo DLL
it seems that it is the compile error of r package.Is there any way to solve it?
The text was updated successfully, but these errors were encountered:
Hi there,
I want to use "simplifyEnrichment" package in R for MacOS to visualize a clustered KEGG similarity plot but an error occur, here are my code:
gene.KEGG_hyper2 <- simplifyEnrichment::term_similarity_from_KEGG(kegg_id, method = c("jaccard"))
gene.KEGG_hyper2_pic <- simplifyEnrichment::simplifyEnrichment(gene.KEGG_hyper2)
Error: rsession-arm64: UnableToOpenBlob `/var/folders/ty/g_mfyzb95n3_vvrgjqfpql6m0000gn/T//Rtmp0ekgkG/.heatmap_body_8314b6e270871e94cfd6143670a0a2eb_1_113dc6409574d.png': No such file or directory @ error/blob.c/OpenBlob/2960
In addition: Warning message:
In (function (filename = "Rplot%03d.png", width = 480, height = 480, :
failed to load cairo DLL
it seems that it is the compile error of r package.Is there any way to solve it?
The text was updated successfully, but these errors were encountered: