public class GffElement extends Object implements GenomicRange
| Constructor and Description |
|---|
GffElement(String seqname,
String source,
String feature,
int start,
int end,
float score,
char strand,
int frame,
Map<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes() |
String |
getAttributeValue(String attributeName) |
int |
getEnd()
Inclusive
|
String |
getFeature() |
int |
getFrame() |
float |
getScore() |
String |
getSeqname() |
String |
getSource() |
int |
getStart()
Inclusive
|
char |
getStrand() |
boolean |
hasAttribute(String attributeName) |
String |
toString() |
public String getSeqname()
getSeqname in interface GenomicRangepublic String getSource()
public String getFeature()
public int getStart()
Rangepublic int getEnd()
Rangepublic float getScore()
public char getStrand()
public int getFrame()
public boolean hasAttribute(String attributeName)
Copyright © 2015. All Rights Reserved.