org.utgenome.gwt.utgb.client.canvas
Class ReadDisplayStyle
java.lang.Object
org.utgenome.gwt.utgb.client.canvas.ReadDisplayStyle
public class ReadDisplayStyle
- extends Object
Configuration of ReadTrack display
- Author:
- leo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
showLabels
public boolean showLabels
drawShadow
public boolean drawShadow
showBaseQuality
public boolean showBaseQuality
overlapPairedReads
public boolean overlapPairedReads
showStrand
public boolean showStrand
reverseReadTrack
public boolean reverseReadTrack
reverseReadHistogram
public boolean reverseReadHistogram
unmatchHighlight
public boolean unmatchHighlight
numReadsMax
public int numReadsMax
clippedRegionAlpha
public float clippedRegionAlpha
readHeight
public int readHeight
minReadHeight
public int minReadHeight
readMargin
public int readMargin
coverageStyle
public String coverageStyle
layout
public String layout
CONFIG_LAYOUT
public static final String CONFIG_LAYOUT
- See Also:
- Constant Field Values
CONFIG_SHOW_LABELS
public static final String CONFIG_SHOW_LABELS
- See Also:
- Constant Field Values
CONFIG_READ_HEIGHT
public static final String CONFIG_READ_HEIGHT
- See Also:
- Constant Field Values
CONFIG_MIN_READ_HEIGHT
public static final String CONFIG_MIN_READ_HEIGHT
- See Also:
- Constant Field Values
CONFIG_NUM_READ_MAX
public static final String CONFIG_NUM_READ_MAX
- See Also:
- Constant Field Values
CONFIG_READ_MARGIN
public static final String CONFIG_READ_MARGIN
- See Also:
- Constant Field Values
CONFIG_REVERSE_READ_TRACK
public static final String CONFIG_REVERSE_READ_TRACK
- See Also:
- Constant Field Values
CONFIG_REVERSE_READ_HISTOGRAM
public static final String CONFIG_REVERSE_READ_HISTOGRAM
- See Also:
- Constant Field Values
CONFIG_SHOW_BASE_QUALITY
public static final String CONFIG_SHOW_BASE_QUALITY
- See Also:
- Constant Field Values
CONFIG_PE_OVERLAP
public static final String CONFIG_PE_OVERLAP
- See Also:
- Constant Field Values
CONFIG_COVERAGE_STYLE
public static final String CONFIG_COVERAGE_STYLE
- See Also:
- Constant Field Values
CONFIG_DRAW_SHADOW
public static final String CONFIG_DRAW_SHADOW
- See Also:
- Constant Field Values
CONFIG_SHOW_STRAND
public static final String CONFIG_SHOW_STRAND
- See Also:
- Constant Field Values
CONFIG_HIDE_MATCHED_BASE
public static final String CONFIG_HIDE_MATCHED_BASE
- See Also:
- Constant Field Values
ReadDisplayStyle
public ReadDisplayStyle()
setup
public void setup(TrackConfig config)
loadConfig
public void loadConfig(TrackConfig config)
getSAMReadColor
public com.google.gwt.widgetideas.graphics.client.Color getSAMReadColor(SAMReadLight r)
getClippedReadColor
public com.google.gwt.widgetideas.graphics.client.Color getClippedReadColor(GenomeRange g)
getPaddingColor
public com.google.gwt.widgetideas.graphics.client.Color getPaddingColor()
getReadColor
public com.google.gwt.widgetideas.graphics.client.Color getReadColor(GenomeRange g)
getReadColor
public com.google.gwt.widgetideas.graphics.client.Color getReadColor(GenomeRange g,
float alpha)
defaultStyle
public static ReadDisplayStyle defaultStyle()
highlightImproperMate
public static ReadDisplayStyle highlightImproperMate()
Copyright © 2007-2012 utgenome.org. All Rights Reserved.