@Component public class VcfAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ALT |
static String |
CHROM |
static String |
FILTER |
static String |
FORMAT_GT |
static String |
ID |
static String |
INFO |
static String |
INTERNAL_ID |
static String |
POS |
static String |
QUAL |
static String |
REF |
static String |
SAMPLES |
| Constructor and Description |
|---|
VcfAttributes(AttributeFactory attributeFactory) |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
getAltAttribute() |
Attribute |
getChromAttribute() |
Attribute |
getFilterAttribute() |
Attribute |
getIdAttribute() |
Attribute |
getPosAttribute() |
Attribute |
getQualAttribute() |
Attribute |
getRefAttribute() |
public static final String CHROM
public static final String ALT
public static final String POS
public static final String REF
public static final String FILTER
public static final String QUAL
public static final String ID
public static final String INTERNAL_ID
public static final String INFO
public static final String FORMAT_GT
public static final String SAMPLES
@Autowired public VcfAttributes(AttributeFactory attributeFactory)
public Attribute getChromAttribute()
public Attribute getAltAttribute()
public Attribute getPosAttribute()
public Attribute getRefAttribute()
public Attribute getFilterAttribute()
public Attribute getQualAttribute()
public Attribute getIdAttribute()
Copyright © 2017. All rights reserved.