ArchR icon indicating copy to clipboard operation
ArchR copied to clipboard

plotMarkerHeatmap cannot produce the plot

Open travilucas opened this issue 2 years ago • 2 comments
trafficstars

Hi, I am using the plotMarkerHeatmap in ArchR and my code is

  • plotMarkerHeatmap( seMarker = markersPeaks, cutOff = "FDR <= 0.01 & Log2FC >= 3", labelMarkers =NULL, transpose = F, pal = viridis(n=256), limits = c(-2,2) ) And I got the following error: image The function fails to produce the plot; what could be the reason? Here's the log file. Best regards, Lucas ArchR-plotMarkerHeatmap-c6fe631a6b4d0-Date-2023-07-25_Time-19-54-44.log

travilucas avatar Jul 25 '23 14:07 travilucas

Hi @travilucas! Thanks for using ArchR! Please make sure that your post belongs in the Issues section. Only bugs and error reports belong in the Issues section. Usage questions and feature requests should be posted in the Discussions section, not in Issues.
It is worth noting that there are very few actual bugs in ArchR. If you are getting an error, it is probably something specific to your dataset, usage, or computational environment, all of which are extremely challenging to troubleshoot. As such, we require reproducible examples (preferably using the tutorial dataset) from users who want assistance. If you cannot reproduce your error, we will not be able to help. Before going through the work of making a reproducible example, search the previous Issues, Discussions, function definitions, or the ArchR manual and you will likely find the answers you are looking for. If your post does not contain a reproducible example, it is unlikely to receive a response.
__In addition to a reproducible example, you must do the following things before we help you, unless your original post already contained this information: 1. If you've encountered an error, have you already searched previous Issues to make sure that this hasn't already been solved? 2. Did you post your log file? If not, add it now. 3. Remove any screenshots that contain text and instead copy and paste the text using markdown's codeblock syntax (three consecutive backticks). You can do this by editing your original post.

rcorces avatar Jul 25 '23 14:07 rcorces

I run into the same error. It seems to be a problem associated with ComplexHeatmap package. It can't work with a large matrix. You probably solve the problem by raising the cutOff to decrease the number of features.

ehcilc avatar Oct 25 '23 09:10 ehcilc