Entering edit mode
jasonji_19950808
•
0
@jasonji_19950808-14364
Last seen 7.0 years ago
Recently, I have been studying the ConsensusClusterPlus bioconductor package. I follow the tutorial on the website updated on October 30,2017. According to the tutorial, there maybe some results figures after the analysis. However, no figure results produced after the analysis and the codes given by the tutorial are executable. Is this phenomenon reasonable? After these analysis I can got the results R list. Do we need to plot them by ourselves? I've been confused a lot.
Hi It must work if you didn't get any error after running the ConsensusClusterPlus() function. Beforehand, did you set the directory, and specific file locations to those ready plots to be created in that path?
to set working directory use setwd("file path") getwd() to check
and once you run the ConsensusClusterPlus(), folders containing the figures will be in that pathway.