org.utgenome.gwt.utgb.server.app
Class MethylViewer.MethlEntry
java.lang.Object
org.utgenome.gwt.utgb.client.bio.Interval
org.utgenome.gwt.utgb.client.bio.Read
org.utgenome.gwt.utgb.server.app.MethylViewer.MethlEntry
- All Implemented Interfaces:
- Serializable, Comparable<Interval>, GenomeRange
- Enclosing class:
- MethylViewer
public static class MethylViewer.MethlEntry
- extends Read
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class org.utgenome.gwt.utgb.client.bio.Read |
Read.ReadType |
Methods inherited from class org.utgenome.gwt.utgb.client.bio.Read |
accept, downstreamRegion, getColor, getName, getStrand, isAntiSense, isSense, setColor, setName, setStrand, upstreamRegion |
Methods inherited from class org.utgenome.gwt.utgb.client.bio.Interval |
adjustToOneOrigin, atomicSetStartAndEnd, compareTo, contains, contains, correctInterval, follows, getEnd, getStart, hasOverlap, intersect, intersectsWith, length, precedes, setEnd, setStart, toJSONArray, toString |
scaffold
public String scaffold
genome
public String genome
tag
public String tag
frequency
public int frequency
numCtoT
public int numCtoT
numOtherMismatch
public int numOtherMismatch
MethylViewer.MethlEntry
public MethylViewer.MethlEntry()
getMPos
public org.xerial.util.Pair<List<Integer>,List<Integer>> getMPos()
- list of C-C and C-T positions
- Returns:
setScaffold
public void setScaffold(String scaffold)
setGenome
public void setGenome(String genome)
setTag
public void setTag(String tag)
setFrequency
public void setFrequency(int frequency)
setNumCtoT
public void setNumCtoT(int numCtoT)
setNumOtherMismatch
public void setNumOtherMismatch(int numOtherMismatch)
Copyright © 2007-2012 utgenome.org. All Rights Reserved.