public class FeatureHelper extends Object
Constructor and Description |
---|
FeatureHelper() |
Modifier and Type | Method and Description |
---|---|
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
|
public FeatureHelper()
public static LinkedHashMap<String,FeatureList> buildFeatureAtrributeIndex(String attribute, FeatureList list)
attribute
- list
- Copyright © 2000–2019 BioJava. All rights reserved.