Package org.biojava3.genome.parsers.gff
Class FeatureHelper
java.lang.Object
org.biojava3.genome.parsers.gff.FeatureHelper
- Author:
- Scooter Willis
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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
-
Constructor Details
-
FeatureHelper
public FeatureHelper()
-
-
Method Details
-
buildFeatureAtrributeIndex
public 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- Parameters:
attribute
-list
-- Returns:
-