| Package | Description |
|---|---|
| org.dishevelled.bio.feature.bed |
Sequence features in BED format.
|
| Modifier and Type | Method and Description |
|---|---|
static BedRecord |
BedRecord.valueOf(String value)
Return a new BED record parsed from the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterable<BedRecord> |
BedReader.read(Readable readable)
Read zero or more BED records from the specified readable.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BedListener.record(BedRecord record)
Notify this BED listener of a BED record.
|
static void |
BedWriter.write(BedRecord record,
PrintWriter writer)
Write the specified BED record with the specified print writer.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
BedWriter.write(Iterable<BedRecord> records,
PrintWriter writer)
Write zero or more BED 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).