Package | Description |
---|---|
org.nmdp.ngs.feature |
Features.
|
org.nmdp.ngs.feature.parser |
Feature parser.
|
org.nmdp.ngs.variant.vcf |
Low-level VCF file parsing.
|
Modifier and Type | Method and Description |
---|---|
VcfRecord |
VcfFile.Iterator.next() |
Modifier and Type | Method and Description |
---|---|
static VcfRecord |
FeatureParser.parseVcfRecord(String field,
long lineNumber) |
Modifier and Type | Method and Description |
---|---|
VcfRecord |
VcfRecord.Builder.build()
Create and return a new VCF record populated from the configuration of this VCF record builder.
|
Modifier and Type | Method and Description |
---|---|
static Iterable<VcfRecord> |
VcfReader.records(File file)
Read zero or more VCF records from the specified file.
|
static Iterable<VcfRecord> |
VcfReader.records(InputStream inputStream)
Read zero or more VCF records from the specified input stream.
|
static Iterable<VcfRecord> |
VcfReader.records(Readable readable)
Read zero or more VCF records from the specified readable.
|
static Iterable<VcfRecord> |
VcfRecordParser.records(Readable readable)
Read zero or more VCF records from the specified readable.
|
static Iterable<VcfRecord> |
VcfReader.records(URL url)
Read zero or more VCF records from the specified URL.
|
Modifier and Type | Method and Description |
---|---|
void |
VcfStreamAdapter.record(VcfRecord record) |
void |
VcfStreamListener.record(VcfRecord record)
Notify this listener of a VCF record.
|
static void |
VcfWriter.writeRecord(List<VcfSample> samples,
VcfRecord record,
PrintWriter writer)
Write VCF record with the specified print writer.
|
Modifier and Type | Method and Description |
---|---|
static void |
VcfWriter.write(VcfHeader header,
List<VcfSample> samples,
List<VcfRecord> records,
PrintWriter writer)
Write VCF with the specified print writer.
|
static void |
VcfWriter.writeRecords(List<VcfSample> samples,
List<VcfRecord> records,
PrintWriter writer)
Write VCF records with the specified print writer.
|
Copyright © 2014–2015. All rights reserved.