|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava3.genome.parsers.gff.FeatureHelper
public class FeatureHelper
Constructor Summary | |
---|---|
FeatureHelper()
|
Method Summary | |
---|---|
static LinkedHashMap<String,FeatureList> |
buildFeatureAtrributeIndex(String attribute,
FeatureList list)
Build a list of individual features to allow easy indexing and to avoid iterating through large genome gff3 files The index for the returned HashMap is the value of the attribute used to build the index |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeatureHelper()
Method Detail |
---|
public static LinkedHashMap<String,FeatureList> buildFeatureAtrributeIndex(String attribute, FeatureList list)
attribute
- list
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |