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
Dear Steven,
I´m running the script with the examples of the paper introducing patternize and I found a problem. When I run line 376 in the guppies' example, the following sentence appears:
Error in plotHeat(summedRaster_KWT, IDListWT, plotCartoon = TRUE, refShape = "target", :
if cartoonID not in image list, please provide image to refImage argument.
I added the argument cartoonID = "cross20_F1fBC1_wtm_9472"
And then the following appears:
Error in plot.new() : figure margins too large
I tried to fix the crop vector (crop = c(200,2800,300,1800)) with several values but the answer is always the same.
Could you give me any tip to fix the issue?
Thanks in advance,
Romina
The text was updated successfully, but these errors were encountered:
Dear Romina,
The figure margins too large may just be because your physical plotting window is too small. You would need to increase the plot window manually in Rstudio.
In any case, since the publication of the examples, we have worked on approaches that might work better for you, especially as an alternative to k-means. I would definitely give this a try instead: https://hiweller.rbind.io/post/recolorize-patternize-workflow/
Best regards,
Steven
--------------------------------
Van Belleghem Steven
From: RomiPicci ***@***.***>
Sent: Tuesday, 9 July 2024 00:08
To: StevenVB12/patternize-examples ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [StevenVB12/patternize-examples] Problem running patternize paper example (Issue #2)
Dear Steven,
I´m running the script with the examples of the paper introducing patternize and I found a problem. When I run line 376 in the guppies' example, the following sentence appears:
Error in plotHeat(summedRaster_KWT, IDListWT, plotCartoon = TRUE, refShape = "target", :
if cartoonID not in image list, please provide image to refImage argument.
I added the argument cartoonID = "cross20_F1fBC1_wtm_9472"
And then the following appears:
Error in plot.new() : figure margins too large
I tried to fix the crop vector (crop = c(200,2800,300,1800)) with several values but the answer is always the same.
Could you give me any tip to fix the issue?
Thanks in advance,
Romina
—
Reply to this email directly, view it on GitHub<#2>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABQOC47IM5IQK5QTBAER75DZLMESVAVCNFSM6AAAAABKRU3YUWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM4TMNRVHA4DKOI>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.******@***.***>>
Dear Steven,
I´m running the script with the examples of the paper introducing patternize and I found a problem. When I run line 376 in the guppies' example, the following sentence appears:
Error in plotHeat(summedRaster_KWT, IDListWT, plotCartoon = TRUE, refShape = "target", :
if cartoonID not in image list, please provide image to refImage argument.
I added the argument cartoonID = "cross20_F1fBC1_wtm_9472"
And then the following appears:
Error in plot.new() : figure margins too large
I tried to fix the crop vector (crop = c(200,2800,300,1800)) with several values but the answer is always the same.
Could you give me any tip to fix the issue?
Thanks in advance,
Romina
The text was updated successfully, but these errors were encountered: