nolanlab / citrus

Citrus Development Code
GNU General Public License v3.0
31 stars 20 forks source link

producing "white" theme plots with citrus.full() #116

Closed cjungR closed 6 years ago

cjungR commented 6 years ago

Hello,

Is there a way to produce white themed plots using citrus.full()? Ie with the "runCitrus.R" that is produced after running citrus.launchUI(). Plotting the results from citrus.fill() will produce a plot with a black background by default. It would also be great to have an option to select the white theme with citrus.launchUI().

rbruggner commented 6 years ago

Unfortunately not currently possible to configure using citrus.full().

If you need the white background, I'd suggest using the UI to run the program, find the configuration you want, and then you can run the same configuration manually and specify the white theme. See the documentation for citrus.plotHierarchicalClusterFeatureGroups as an example.