volcano.plot.Rd
This function creates a volcano plot to vizualize the association between features and the label
volcano.plot(siamcat, fn.plot=NULL, color.scheme="RdYlBu",
annotate=5)
object of class siamcat-class
string, filename for the pdf-plot. If fn.plot
is
NULL
, the plot will be produced in the active graphics device.
valid R color scheme or vector of valid R colors (must
be of the same length as the number of classes), defaults to 'RdYlBu'
integer, number of features to annotate with the name
Does not return anything, but produces a volcano plot based on association measures
bla bla bla
# Example data
data(siamcat_example)
# Simple example
volcano.plot(siamcat_example, fn.plot='./volcano.pdf')