@Component(value="clinvarService") public class ClinVarServiceAnnotator extends VariantAnnotator
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLELEID |
static String |
ASSEMBLY |
static String |
CLINICALSIGNIFICANCE |
static String |
CLINVAR_CHROMOSOME |
static String |
CLINVAR_FILE_LOCATION_PROPERTY |
static String |
CYTOGENETIC |
static String |
GENE_NAME |
static String |
GENEID |
static String |
GENESYMBOL |
static String |
GUIDELINES |
static String |
HGVS_C |
static String |
HGVS_P |
static String |
LASTEVALUATED |
static String |
NSV_DBVAR |
static String |
NUMBERSUBMITTERS |
static String |
ORIGIN |
static String |
OTHERIDS |
static String |
PHENOTYPEIDS |
static String |
RCVACCESSION |
static String |
REVIEWSTATUS |
static String |
RS_DBSNP |
static String |
START |
static String |
STOP |
static String |
TESTEDINGTR |
static String |
TYPE |
static String |
VARIANTIDS |
ALTERNATIVE, REFERENCECHROMOSOME, POSITIONANNOTATOR_PREFIX| Constructor and Description |
|---|
ClinVarServiceAnnotator(MolgenisSettings molgenisSettings,
AnnotationService annotatorService,
ClinvarDataProvider clinvarDataProvider) |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
annotateEntity(Entity entity) |
protected boolean |
annotationDataExists()
Checks if folder and files that were set with a runtime property actually exist, or if a webservice can be
reached
|
EntityMetaData |
getOutputMetaData() |
String |
getSimpleName() |
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) |
getInputMetaDataannotate, canAnnotate, getFullNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitannotate, canAnnotate, getDescription, getFullNamepublic static final String CLINVAR_FILE_LOCATION_PROPERTY
public static final String ALLELEID
public static final String TYPE
public static final String GENE_NAME
public static final String GENEID
public static final String GENESYMBOL
public static final String CLINICALSIGNIFICANCE
public static final String RS_DBSNP
public static final String NSV_DBVAR
public static final String RCVACCESSION
public static final String TESTEDINGTR
public static final String PHENOTYPEIDS
public static final String ORIGIN
public static final String ASSEMBLY
public static final String CLINVAR_CHROMOSOME
public static final String START
public static final String STOP
public static final String CYTOGENETIC
public static final String REVIEWSTATUS
public static final String HGVS_C
public static final String HGVS_P
public static final String NUMBERSUBMITTERS
public static final String LASTEVALUATED
public static final String GUIDELINES
public static final String OTHERIDS
public static final String VARIANTIDS
@Autowired public ClinVarServiceAnnotator(MolgenisSettings molgenisSettings, AnnotationService annotatorService, ClinvarDataProvider clinvarDataProvider) throws IOException
IOExceptionpublic void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
onApplicationEvent in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>onApplicationEvent in class AbstractRepositoryAnnotatorpublic String getSimpleName()
protected boolean annotationDataExists()
AbstractRepositoryAnnotatorannotationDataExists in class AbstractRepositoryAnnotatorpublic List<Entity> annotateEntity(Entity entity) throws IOException, InterruptedException
annotateEntity in class AbstractRepositoryAnnotatorIOExceptionInterruptedExceptionpublic EntityMetaData getOutputMetaData()
Copyright © 2015. All Rights Reserved.