volcano.plot | R Documentation |
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)
siamcat |
object of class siamcat-class |
fn.plot |
string, filename for the pdf-plot. If |
color.scheme |
valid R color scheme or vector of valid R colors (must
be of the same length as the number of classes), defaults to |
annotate |
integer, number of features to annotate with the name |
bla bla bla
Does not return anything, but produces a volcano plot based on association measures
# Example data
data(siamcat_example)
# Simple example
volcano.plot(siamcat_example, fn.plot='./volcano.pdf')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.