| 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 |
|---|---|
Map<String,List<AbstractFeature<AbstractSequence<C>,C>>> |
FeatureRetriever.getFeatures() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<AbstractFeature<AbstractSequence<C>,C>>> |
GenbankSequenceParser.getFeatures() |
List<AbstractFeature<AbstractSequence<C>,C>> |
GenbankSequenceParser.getFeatures(String keyword) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<AbstractFeature<AbstractSequence<C>,C>>> |
GenbankProxySequenceReader.getFeatures() |
Copyright © 2000–2021 BioJava. All rights reserved.