@Component(value="omimHpoService") public class OmimHpoAnnotator extends LocusAnnotator
- http://compbio.charite.de/hudson/job/hpo.annotations.monthly/lastStableBuild/artifact/annotation/ ALL_SOURCES_ALL_FREQUENCIES_diseases_to_genes_to_phenotypes.txt - https://molgenis26.target.rug.nl/downloads/5gpm/GRCh37p13_HGNC_GeneLocations_noPatches.tsv - ftp://ftp.omim.org/omim/morbidmap
| Modifier and Type | Field and Description |
|---|---|
static String |
HPO_DESCRIPTIONS |
static String |
HPO_DISEASE_DATABASE |
static String |
HPO_DISEASE_DATABASE_ENTRY |
static String |
HPO_ENTREZ_ID |
static String |
HPO_GENE_NAME |
static String |
HPO_IDENTIFIERS |
static String |
OMIM_CAUSAL_IDENTIFIER |
static String |
OMIM_CYTOGENIC_LOCATION |
static String |
OMIM_DISORDERS |
static String |
OMIM_ENTRY |
static String |
OMIM_HGNC_IDENTIFIERS |
static String |
OMIM_IDENTIFIERS |
static String |
OMIM_TYPE |
CHROMOSOME, POSITIONANNOTATOR_PREFIX| Constructor and Description |
|---|
OmimHpoAnnotator(AnnotationService annotatorService,
OmimMorbidMapProvider omimMorbidMapProvider,
HgncLocationsProvider hgncLocationsProvider,
HpoMappingProvider hpoMappingProvider,
MolgenisSettings molgenisSettings,
UrlPinger urlPinger) |
| 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 OMIM_CAUSAL_IDENTIFIER
public static final String OMIM_DISORDERS
public static final String OMIM_IDENTIFIERS
public static final String OMIM_TYPE
public static final String OMIM_HGNC_IDENTIFIERS
public static final String OMIM_CYTOGENIC_LOCATION
public static final String OMIM_ENTRY
public static final String HPO_IDENTIFIERS
public static final String HPO_GENE_NAME
public static final String HPO_DESCRIPTIONS
public static final String HPO_DISEASE_DATABASE
public static final String HPO_DISEASE_DATABASE_ENTRY
public static final String HPO_ENTREZ_ID
@Autowired public OmimHpoAnnotator(AnnotationService annotatorService, OmimMorbidMapProvider omimMorbidMapProvider, HgncLocationsProvider hgncLocationsProvider, HpoMappingProvider hpoMappingProvider, MolgenisSettings molgenisSettings, UrlPinger urlPinger) 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.