Package | Description |
---|---|
org.biojava.bio.program.gff |
GFF manipulation.
|
org.biojava.bio.program.gff3 |
Support for reading and writing GFF3.
|
Modifier and Type | Method and Description |
---|---|
protected GFFRecord |
GFFParser.createRecord(GFFDocumentHandler handler,
List aList,
String rest,
String comment)
Actually turns a list of tokens, some value string and a comment into a
GFFRecord and informs
handler.
|
int |
GFFErrorHandler.invalidEnd(String token)
The `end' field of the GFF entry was not a valid value.
|
int |
GFFErrorHandler.SkipRecordErrorHandler.invalidEnd(String token) |
int |
GFFErrorHandler.invalidFrame(String token)
The `frame' field of the GFF entry was not a valid value.
|
int |
GFFErrorHandler.SkipRecordErrorHandler.invalidFrame(String token) |
double |
GFFErrorHandler.invalidScore(String token)
The `score' field of the GFF entry was not a valid value.
|
double |
GFFErrorHandler.SkipRecordErrorHandler.invalidScore(String token) |
int |
GFFErrorHandler.invalidStart(String token)
The `start' field of the GFF entry was not a valid value.
|
int |
GFFErrorHandler.SkipRecordErrorHandler.invalidStart(String token) |
StrandedFeature.Strand |
GFFErrorHandler.invalidStrand(String token)
The `strand' field of the GFF entry was not a valid value.
|
StrandedFeature.Strand |
GFFErrorHandler.SkipRecordErrorHandler.invalidStrand(String token) |
Modifier and Type | Method and Description |
---|---|
protected GFF3Record |
GFF3Parser.createRecord(GFF3DocumentHandler handler,
List aList,
String rest,
String comment,
Ontology ontology,
Ontology fallBack)
Actually turns a list of tokens, some value string and a comment into a
GFF3Record and informs
handler.
|
Copyright © 2014 BioJava. All rights reserved.