Package | Description |
---|---|
org.biojava.nbio.core.sequence.features | |
org.biojava.nbio.core.sequence.io | |
org.biojava.nbio.core.sequence.loader |
Modifier and Type | Class and Description |
---|---|
class |
QualityFeature<S extends AbstractSequence<C>,C extends Compound>
DNA Sequences produced by modern sequencers usually have quality informaion
attached to them.
|
class |
QuantityFeature<S extends AbstractSequence<C>,C extends Compound>
It is common to have a numerical value or values associated with a feature.
|
class |
TextFeature<S extends AbstractSequence<C>,C extends Compound>
A implmentation of AbstractFeature
|
Modifier and Type | Method and Description |
---|---|
HashMap<String,ArrayList<AbstractFeature>> |
FeatureRetriever.getFeatures() |
Modifier and Type | Method and Description |
---|---|
HashMap<String,ArrayList<AbstractFeature>> |
GenbankSequenceParser.getFeatures() |
ArrayList<AbstractFeature> |
GenbankSequenceParser.getFeatures(String keyword) |
Modifier and Type | Method and Description |
---|---|
HashMap<String,ArrayList<AbstractFeature>> |
GenbankProxySequenceReader.getFeatures() |
Copyright © 2000–2019 BioJava. All rights reserved.