Skip to content

Error in (function (filename = "Rplot%03d.png", width = 480, height = 480, : #269

Closed
@liaoshengyou

Description

@liaoshengyou

I was run

heatmapGS <- plotMarkerHeatmap(seMarker = markersGS, labelMarkers = markerGenes, transpose = TRUE, cutOff = "FDR <= 0.01 & Log2FC >= 1.25", )
ComplexHeatmap::draw(heatmapGS, heatmap_legend_side = "bot", annotation_legend_side = "bot")

when i want to draw a figure with this heatmapGS object i get a errror log(win10 64 bit) with:

Error in (function (filename = "Rplot%03d.png", width = 480, height = 480, :
无法启动png()装置
此外: Warning messages:
1: In (function (filename = "Rplot%03d.png", width = 480, height = 480, :
无法打开'C:\Users\ADMINI~1\AppData\Local\Temp\RtmpiindKR.heatmap_body_Column Z-Scores
819 features
GeneScoreMatrix_1_126346b7e29c8.png'文本写入
2: In (function (filename = "Rplot%03d.png", width = 480, height = 480, :
opening device failed

I check it and resolve this problem show:

heatmapGS@name
[1] "Column Z-Scores\n819 features\nGeneScoreMatrix" # bug in windows,

the name in windows has a bug, i chage it with below:

heatmapGS@name = "n819features_nGeneScoreMatrix"

then i draw this fig and resolve this problem.

Can you fix this name with normal ?

Activity

rcorces

rcorces commented on Aug 2, 2020

@rcorces
Collaborator

Thanks for reporting. Unfortunately, we dont have the bandwidth to actively support windows at the moment. We will keep this in mind if we are able to do so in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @rcorces@liaoshengyou

        Issue actions

          Error in (function (filename = "Rplot%03d.png", width = 480, height = 480, : · Issue #269 · GreenleafLab/ArchR