@Component(value="CgdService") public class ClinicalGenomicsDatabaseServiceAnnotator extends LocusAnnotator
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLELIC_CONDITIONS |
static String |
CGD_AGE_GROUP |
static String |
CGD_CONDITION |
static String |
CGD_FILE_LOCATION |
static String |
CGD_GENERALIZED_INHERITANCE |
static String |
CGD_INHERITANCE |
static String |
COMMENTS |
static String |
ENTREZ_GENE_ID |
static String |
GENE |
static String |
HGNC_ID |
static String |
INTERVENTION_CATEGORIES |
static String |
INTERVENTION_RATIONALE |
static String |
MANIFESTATION_CATEGORIES |
static String |
REFERENCES |
CHROMOSOME, POSITIONANNOTATOR_PREFIX| Constructor and Description |
|---|
ClinicalGenomicsDatabaseServiceAnnotator(File cgdFileLocation,
File inputVcfFile,
File outputVCFFile) |
ClinicalGenomicsDatabaseServiceAnnotator(MolgenisSettings molgenisSettings,
AnnotationService annotationService,
HgncLocationsProvider hgncLocationsProvider,
CgdDataProvider cgdDataProvider) |
| Modifier and Type | Method and Description |
|---|---|
List<Entity> |
annotateEntity(Entity entity) |
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 REFERENCES
public static final String INTERVENTION_RATIONALE
public static final String COMMENTS
public static final String INTERVENTION_CATEGORIES
public static final String MANIFESTATION_CATEGORIES
public static final String ALLELIC_CONDITIONS
public static final String ENTREZ_GENE_ID
public static final String GENE
public static final String HGNC_ID
public static final String CGD_FILE_LOCATION
public static final String CGD_CONDITION
public static final String CGD_AGE_GROUP
public static final String CGD_INHERITANCE
public static final String CGD_GENERALIZED_INHERITANCE
@Autowired public ClinicalGenomicsDatabaseServiceAnnotator(MolgenisSettings molgenisSettings, AnnotationService annotationService, HgncLocationsProvider hgncLocationsProvider, CgdDataProvider cgdDataProvider) 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()
public boolean annotationDataExists()
AbstractRepositoryAnnotatorannotationDataExists in class AbstractRepositoryAnnotatorpublic List<Entity> annotateEntity(Entity entity) throws IOException
annotateEntity in class AbstractRepositoryAnnotatorIOExceptionpublic EntityMetaData getOutputMetaData()
Copyright © 2015. All Rights Reserved.