| Package | Description |
|---|---|
| org.dishevelled.bio.feature.gff3 |
Sequence features in GFF3 format.
|
| Modifier and Type | Method and Description |
|---|---|
static Gff3Record |
Gff3Record.valueOf(String value)
Return a new GFF3 record parsed from the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterable<Gff3Record> |
Gff3Reader.read(Readable readable)
Read zero or more GFF3 records from the specified readable.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Gff3Listener.record(Gff3Record record)
Notify this GFF3 listener of a GFF3 record.
|
static void |
Gff3Writer.write(Gff3Record record,
PrintWriter writer)
Write the specified GFF3 record with the specified print writer.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Gff3Writer.write(Iterable<Gff3Record> records,
PrintWriter writer)
Write zero or more GFF3 records with the specified print writer.
|
Copyright (c) 2013-2022 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).