Package | Description |
---|---|
com.hfg.bio.seq | |
com.hfg.bio.seq.alignment | |
com.hfg.bio.seq.format.feature | |
com.hfg.bio.seq.format.feature.genbank | |
com.hfg.bio.seq.format.feature.uniprot | |
com.hfg.bio.seq.format.genbank | |
com.hfg.graphics | |
com.hfg.math | |
com.hfg.svg | |
com.hfg.util |
Various utility classes.
|
com.hfg.util.io |
Various IO utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
SeqLocation
1-based biological sequence location object.
|
Constructor and Description |
---|
SeqLocation(Range<Integer> inRange) |
Modifier and Type | Method and Description |
---|---|
List<Range<Integer>> |
AlignmentScoring.getScoringBoundaries() |
Modifier and Type | Method and Description |
---|---|
AlignmentScoring |
AlignmentScoring.setScoringBoundaries(List<Range<Integer>> inValue)
Specifies an optional 1-based list of alignment position ranges which should
be considered for scoring.
|
Modifier and Type | Method and Description |
---|---|
Range<Integer> |
BasicSeqFeatureLocation.toIntRange() |
Range<Integer> |
SeqFeatureLocation.toIntRange() |
Modifier and Type | Method and Description |
---|---|
Range<Integer> |
GenBankFeatureLocation.toIntRange() |
Modifier and Type | Method and Description |
---|---|
Range<Integer> |
UniProtFeatureLocation.toIntRange() |
Modifier and Type | Method and Description |
---|---|
Range<Integer> |
GenBankReference.getPages() |
Modifier and Type | Method and Description |
---|---|
GenBankReference |
GenBankReference.setPages(Range<Integer> inValue) |
Modifier and Type | Method and Description |
---|---|
Range<T> |
ScaleColorist.getRange() |
Modifier and Type | Method and Description |
---|---|
Map<Range<T>,ColorSpec> |
RangeColorist.getRangeMap() |
Modifier and Type | Method and Description |
---|---|
RangeColorist |
RangeColorist.addRange(Range<T> inRange,
ColorSpec inColorSpec) |
Constructor and Description |
---|
ScaleColorist(ColorScale inColorScale,
Range<T> inRange) |
Modifier and Type | Method and Description |
---|---|
Range<T> |
Range.clone() |
Range<S> |
Histogram.getOverallRange() |
Range<T> |
Range.intersection(Range<T> inRange2) |
Range<T> |
Range.setEnd(T inValue) |
Range<T> |
Range.setStart(T inValue) |
static <T extends Number> |
Range.superUnion(Collection<Range<T>> inOrigList)
Returns a single Range that encompasses the collection of input ranges and ignores internal gaps.
|
Range<T> |
Range.superUnion(Range<T> inRange2)
Returns a single Range that encompasses both input ranges and ignores internal gaps.
|
Modifier and Type | Method and Description |
---|---|
Map<Range<S>,Counter> |
Histogram.getOrderedRangeMap() |
List<Range<S>> |
Histogram.getOrderedRanges() |
List<Range<T>> |
Range.subtract(Range<T> inRange2) |
static <T extends Number> |
Range.union(Collection<Range<T>> inOrigList)
Collapses a collection of specified ranges.
|
Modifier and Type | Method and Description |
---|---|
int |
Range.compareTo(Range<T> inObj2) |
boolean |
Range.contains(Range<T> inRange2) |
Range<T> |
Range.intersection(Range<T> inRange2) |
boolean |
Range.intersects(Range<T> inRange2) |
List<Range<T>> |
Range.subtract(Range<T> inRange2) |
Range<T> |
Range.superUnion(Range<T> inRange2)
Returns a single Range that encompasses both input ranges and ignores internal gaps.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Number> |
Range.superUnion(Collection<Range<T>> inOrigList)
Returns a single Range that encompasses the collection of input ranges and ignores internal gaps.
|
static <T extends Number> |
Range.union(Collection<Range<T>> inOrigList)
Collapses a collection of specified ranges.
|
Constructor and Description |
---|
ListCombinationIterator(List<? extends Collection<T>> inListOfLists,
Range<Integer> inCombinationSizeRange) |
Modifier and Type | Method and Description |
---|---|
float |
SvgGenerationSettings.calculateXScalingFactor(Range inXRange) |
float |
SvgGenerationSettings.calculateYScalingFactor(Range inYRange) |
Modifier and Type | Method and Description |
---|---|
static Range<Integer> |
StringUtil.getRangeForUnicodeBlock(Character.UnicodeBlock inBlock) |
Constructor and Description |
---|
SegmentReader(Reader inReader,
Range<Integer> inSegment) |
jataylor@hairyfatguy.com