Problem regrading generating sub-heatmaps MetaboAnalystR Rpackage

Hi everyone.
I am using statistical analysis. I use R and MetaboAnalystR but I have also used its website.
My file has no problem because I see my heatmap and subheatmap (for example, using the top 30 option) without any problem on the website. the code for the sub-heatmap is:
mSet<-PlotSubHeatMap(mSet, “heatmap_2_”, “png”, 72, width=NA, “norm”, “row”, “euclidean”, “ward.D”,“bwm”, 8,8, 10.0,0.02,10, 10, “tanova”, 30, T, T, T, F, T, T, T,T,“overview”)
according to the R codes provided by the MetaboAnalyst website itself.
When I run my codes in R, I get everything, except for my sub-heatmap. I get this after running my sub-heatmap function:
[1] FALSE
[1] “heatmap_2_.json”

I need to once emphasize that my file and other functions have no problems at all since I get their results and graphs. Please help me with this problem.
I have to also emphasize that I have to use R and not the website for retrieving the results.

Thanks for your helpful and respectful responses.

Hi Aida,

I sadly don’t have a solution to your problem, but the exact same struggles. So, I’m happy to also read replies with possible solutions here :slight_smile:

Best & Thank you