@Immutable public final class VcfRecord extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VcfRecord.Builder
VCF record builder.
|
Modifier and Type | Method and Description |
---|---|
static VcfRecord.Builder |
builder()
Create and return a new VCF record builder.
|
String[] |
getAlt()
Return the alternate alleles for this VCF record.
|
String |
getChrom()
Return the chromosome for this VCF record.
|
String[] |
getFilter()
Return the filter for this VCF record.
|
String[] |
getFormat()
Return the format for this VCF record.
|
Map<String,VcfGenotype> |
getGenotypes()
Return the genotypes keyed by sample id for this VCF record.
|
String[] |
getId()
Return the array of ids for this VCF record.
|
com.google.common.collect.ListMultimap<String,String> |
getInfo()
Return the INFO key-value(s) pairs for this VCF record.
|
long |
getLineNumber()
Return the line number for this VCF record.
|
long |
getPos()
Return the position for this VCF record.
|
double |
getQual()
Return the QUAL score for this VCF record.
|
String |
getRef()
Return the reference allele for this VCF record.
|
public long getLineNumber()
public String getChrom()
public long getPos()
public String[] getId()
public String getRef()
public String[] getAlt()
public double getQual()
public String[] getFilter()
public com.google.common.collect.ListMultimap<String,String> getInfo()
public String[] getFormat()
public Map<String,VcfGenotype> getGenotypes()
public static VcfRecord.Builder builder()
Copyright © 2014–2015. All rights reserved.