@Component public class EffectStructureConverter extends Object
An effect is an entity containing information about the combination of a variant (CHROM POS REF ALT(single allele)) in a specific GENE
| Constructor and Description |
|---|
EffectStructureConverter(EntityTypeFactory entityTypeFactory,
AttributeFactory attributeFactory) |
| Modifier and Type | Method and Description |
|---|---|
Stream<Entity> |
createVariantEffectStructure(String effectAttributeName,
List<Attribute> annotatorAttributes,
VcfRepository vcfRepository) |
Iterator<Entity> |
createVcfEntityStructure(Iterator<Entity> annotatedRecords) |
String |
getEffectDescription(Attribute effectAttributeToParse) |
@Autowired public EffectStructureConverter(EntityTypeFactory entityTypeFactory, AttributeFactory attributeFactory)
Copyright © 2017. All rights reserved.