Package es.imim.DISGENET.validation
Class NodeValidation
java.lang.Object
es.imim.DISGENET.validation.NodeValidation
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
filterNodeType
(String nodeEntry) Filters the given string and checks for one of the following matches, gene symbol, disease cui or variant snp.
-
Field Details
-
DISEASE_CUI_REGEX
- See Also:
-
VARIANT_SNP_REGEX
- See Also:
-
-
Constructor Details
-
NodeValidation
public NodeValidation()
-
-
Method Details
-
filterNodeType
Filters the given string and checks for one of the following matches, gene symbol, disease cui or variant snp.- Parameters:
nodeEntry
- the string to check.- Returns:
- the type of the node as a string
-