static String |
VcfRecordUtils.getAlt(VcfRecord vcfRecord) |
static String |
VcfRecordUtils.getAlt(VcfRecord vcfRecord,
int i) |
static int |
VcfRecordUtils.getAltAlleleIndex(VcfRecord vcfRecord,
String alt) |
static Double[] |
VcfRecordUtils.getAltAlleleOrderedDoubleField(VcfRecord vcfRecord,
String fieldName) |
static int |
VcfRecordUtils.getAltIndex(VcfRecord vcfRecord,
String alt) |
static String[] |
VcfRecordUtils.getAlts(VcfRecord vcfRecord) |
static String[] |
VcfRecordUtils.getAltsAsStringArray(VcfRecord vcfRecord) |
static String |
VcfRecordUtils.getAltString(VcfRecord vcfRecord) |
static String |
VcfRecordUtils.getChrPosRefAlt(VcfRecord vcfRecord) |
static String |
VcfRecordUtils.getId(VcfRecord vcfRecord) |
static Optional<VcfInfo> |
VcfRecordUtils.getInformation(String key,
VcfRecord vcfRecord) |
static String |
VcfRecordUtils.getRef(VcfRecord vcfRecord) |
static String |
VcfRecordUtils.getSampleFieldValue(VcfRecord vcfEntity,
VcfSample sample,
String field) |
void |
VcfWriter.write(VcfRecord vcfRecord) |