public class SimpleBEDFeature extends Object implements BEDFeature
| Modifier and Type | Field and Description |
|---|---|
protected String |
chr |
protected int |
end |
protected int |
start |
protected Strand |
strand |
| Constructor and Description |
|---|
SimpleBEDFeature(int start,
int end,
String chr) |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor() |
String |
getContig()
Gets the contig name for the contig this is mapped to.
|
String |
getDescription() |
int |
getEnd() |
List<FullBEDFeature.Exon> |
getExons() |
String |
getLink() |
String |
getName() |
float |
getScore() |
int |
getStart() |
Strand |
getStrand() |
String |
getType() |
void |
setChr(String chr) |
void |
setColor(Color color) |
void |
setDescription(String description) |
void |
setEnd(int end) |
void |
setLink(String link) |
void |
setName(String name) |
void |
setScore(float score) |
void |
setStart(int start) |
void |
setStrand(Strand strand) |
void |
setType(String type) |
protected String chr
protected int start
protected int end
protected Strand strand
public SimpleBEDFeature(int start,
int end,
String chr)
public String getContig()
Locatablepublic int getStart()
public int getEnd()
public Strand getStrand()
getStrand in interface BEDFeaturepublic void setStrand(Strand strand)
public void setChr(String chr)
public void setStart(int start)
public void setEnd(int end)
public String getType()
getType in interface BEDFeaturepublic void setType(String type)
public Color getColor()
getColor in interface BEDFeaturepublic void setColor(Color color)
public String getDescription()
getDescription in interface BEDFeaturepublic void setDescription(String description)
public String getName()
getName in interface BEDFeaturepublic void setName(String name)
public float getScore()
getScore in interface BEDFeaturepublic void setScore(float score)
public String getLink()
getLink in interface BEDFeaturepublic void setLink(String link)
public List<FullBEDFeature.Exon> getExons()
getExons in interface BEDFeature