public class DeNovoContigInfo extends ContigInfo implements java.lang.Comparable<DeNovoContigInfo>
Modifier and Type | Field and Description |
---|---|
protected double[] |
metrics |
contig_length, header, id, name, sequence_file
Constructor and Description |
---|
DeNovoContigInfo(java.lang.String name,
java.lang.String id,
int length,
double[] metrics) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DeNovoContigInfo o) |
double |
getMetric(int index) |
double[] |
getMetrics() |
getContigLength, getContigMaxRange, getHeader, getId, getName, getSequenceFile, setContig_length, setHeader, setId, setName, setSequenceFile
public DeNovoContigInfo(java.lang.String name, java.lang.String id, int length, double[] metrics)
public double[] getMetrics()
public double getMetric(int index)
public int compareTo(DeNovoContigInfo o)
compareTo
in interface java.lang.Comparable<DeNovoContigInfo>
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.