public class ForestPlot extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ForestPlot.Output |
| Constructor and Description |
|---|
ForestPlot() |
| Modifier and Type | Method and Description |
|---|---|
GeneralPath |
drawDiamond(int x,
int y,
int width,
int height) |
void |
drawForrestPlot(String xAxisName,
String[] yAxisNames,
Double[] xValues,
String filename,
ForestPlot.Output output,
double[] significanceThresholds,
Double minX,
Double maxX,
int[] weights,
byte[] chr,
int[] chrpos,
int metaRow) |
void |
drawMultiForrestPlot(String xAxisName,
String[] yAxisNames,
Double[][] xValues,
String filename,
ForestPlot.Output output,
double[] significanceThresholds,
Double minX,
Double maxX,
int[] weights,
byte[] chr,
int[] chrpos,
int metaRow) |
int |
getWidth(String text,
Font font) |
void |
setGeneNames(String[] geneNames) |
public void drawForrestPlot(String xAxisName, String[] yAxisNames, Double[] xValues, String filename, ForestPlot.Output output, double[] significanceThresholds, Double minX, Double maxX, int[] weights, byte[] chr, int[] chrpos, int metaRow) throws IOException, com.lowagie.text.DocumentException
IOExceptioncom.lowagie.text.DocumentExceptionpublic void setGeneNames(String[] geneNames)
public void drawMultiForrestPlot(String xAxisName, String[] yAxisNames, Double[][] xValues, String filename, ForestPlot.Output output, double[] significanceThresholds, Double minX, Double maxX, int[] weights, byte[] chr, int[] chrpos, int metaRow) throws IOException, com.lowagie.text.DocumentException
IOExceptioncom.lowagie.text.DocumentExceptionpublic GeneralPath drawDiamond(int x, int y, int width, int height)
Copyright © 2015. All Rights Reserved.