public class EpiProPalette
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
class |
EpiProPalette.ColorInfo |
class |
EpiProPalette.EpiProContigPalette |
Modifier and Type | Field and Description |
---|---|
static float |
EPIPRO_PALETTE_BLACK |
static int |
EPIPRO_PALETTE_SCALING_MODE |
static float |
EPIPRO_PALETTE_WHITE |
protected static int |
EPIPRO_READS_BW_PALETTE_SIZE |
protected static int |
EPIPRO_READS_PALETTE_SIZE |
protected java.util.ArrayList<EpiProPalette.EpiProContigPalette> |
EpiProReadsPalettes |
protected static float |
MAX_RAINBOW_COLOR |
protected static float |
MIN_RAINBOW_COLOR |
Constructor and Description |
---|
EpiProPalette() |
EpiProPalette(VioletApp app) |
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getEpiProReadColor(int contig,
long genomic_location) |
java.awt.Color[] |
getPaletteForContig(int contig) |
EpiProPalette.EpiProContigPalette |
getUnmappedReadsContigPalette(int contig) |
void |
updateUnMappedReadsPalette(int mode) |
protected static final int EPIPRO_READS_PALETTE_SIZE
protected static final int EPIPRO_READS_BW_PALETTE_SIZE
public static final int EPIPRO_PALETTE_SCALING_MODE
public static final float EPIPRO_PALETTE_BLACK
public static final float EPIPRO_PALETTE_WHITE
protected static final float MAX_RAINBOW_COLOR
protected static final float MIN_RAINBOW_COLOR
protected java.util.ArrayList<EpiProPalette.EpiProContigPalette> EpiProReadsPalettes
public EpiProPalette(VioletApp app)
app
- public EpiProPalette()
public EpiProPalette.EpiProContigPalette getUnmappedReadsContigPalette(int contig)
public void updateUnMappedReadsPalette(int mode)
mode
- public java.awt.Color[] getPaletteForContig(int contig)
public java.awt.Color getEpiProReadColor(int contig, long genomic_location)
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.