public class SortableSNP extends Object implements Comparable<SortableSNP>
| Modifier and Type | Class and Description |
|---|---|
static class |
SortableSNP.SORTBY |
| Modifier and Type | Field and Description |
|---|---|
byte |
chr |
int |
chrpos |
double |
effect |
int |
id |
String |
name |
SortableSNP.SORTBY |
s |
| Constructor and Description |
|---|
SortableSNP(String name,
int id,
byte chr,
int chrpos,
double effect,
SortableSNP.SORTBY s) |
SortableSNP(String name,
int id,
byte chr,
int chrpos,
SortableSNP.SORTBY s) |
public SortableSNP.SORTBY s
public byte chr
public int chrpos
public int id
public String name
public final double effect
public SortableSNP(String name, int id, byte chr, int chrpos, SortableSNP.SORTBY s)
public SortableSNP(String name, int id, byte chr, int chrpos, double effect, SortableSNP.SORTBY s)
public int compareTo(SortableSNP t)
compareTo in interface Comparable<SortableSNP>Copyright © 2015. All Rights Reserved.