RCircos Heatmap Colors
1
0
Entering edit mode
8.6 years ago

Hi I am new to using RCircos and was wondering if anyone knows how to change the heatmap colors? I see there is a function to view the other built-in color ranges but not to set them.

Thanks,

Marcus

R RCircos Plot heatmap colors • 3.1k views
ADD COMMENT
0
Entering edit mode

Hi Marcus,

I have the same problem.So I was wondering did you solved it?

Thanks

ADD REPLY
2
Entering edit mode
7.1 years ago
jason8301 ▴ 20

I'm also struggling with this question, and find a way. It can be changed with RCircos.Reset.Plot.Parameters(param) function supplied with a RCircos Plot Parameter list. The easiest way to get this list is to use RCircos.Get.Plot.Parameters(). You can then modify it and pass it to the reset funciton..

You can set this before you plot the heatmap:

RC.param <- RCircos.Get.Plot.Parameters()
RC.param['heatmap.color'] <- "YellowToRed"
RCircos.Reset.Plot.Parameters(RC.param)

Best regards,

Jason

ADD COMMENT

Login before adding your answer.

Traffic: 2498 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6