- edu.uchsc.ccp.nlp.ei.mutation - package edu.uchsc.ccp.nlp.ei.mutation
-
Contains the modified MutationFinder code
Adaptations include the recognition of ambiguous mutations, non-synonymous mutations, and DNA mutations
For the original code we refer to http://mutationfinder.sourceforge.net/
- end - Variable in class cnveth.RegionMention
-
end position in text
- endElement(String, String, String) - Method in class de.hu.berlin.wbi.stuff.xml.ParseXMLToFile
-
- ensg - Variable in class de.hu.berlin.wbi.objects.Transcript
-
Ensemble gene ID.
- ensp - Variable in class de.hu.berlin.wbi.objects.Transcript
-
Ensemble protein ID.
- enst - Variable in class de.hu.berlin.wbi.objects.Transcript
-
Ensemble transcript ID.
- Entity - Class in seth.seth.eval
-
Created with IntelliJ IDEA.
- Entity(String, String, int, int, String, String) - Constructor for class seth.seth.eval.Entity
-
- EntityOffset - Class in de.hu.berlin.wbi.objects
-
- EntityOffset(int, int) - Constructor for class de.hu.berlin.wbi.objects.EntityOffset
-
Constructor with start and end offset based on text
- entrez - Variable in class de.hu.berlin.wbi.objects.Transcript
-
Gene-ID (Entrez in our case).
- equals(Object) - Method in class de.hu.berlin.wbi.objects.dbSNP
-
(non-Javadoc)
- equals(Object) - Method in class de.hu.berlin.wbi.objects.EntityOffset
-
(non-Javadoc)
- equals(Object) - Method in class de.hu.berlin.wbi.objects.Gene
-
(non-Javadoc)
- equals(Object) - Method in class de.hu.berlin.wbi.objects.HGVS
-
(non-Javadoc)
- equals(Object) - Method in class de.hu.berlin.wbi.objects.MutationMention
-
- equals(Object) - Method in class de.hu.berlin.wbi.objects.Transcript
-
- equals(Object) - Method in class edu.uchsc.ccp.nlp.ei.mutation.Mutation
-
To be overridden by subclasses
- equals(Object) - Method in class edu.uchsc.ccp.nlp.ei.mutation.PointMutation
-
Two PointMutation objects are equal if their Position, WtResidue, and MutResidue values are all equal.
- equals(Object) - Method in class seth.seth.eval.Entity
-
- error(String) - Method in class edu.uchsc.ccp.nlp.ei.mutation.Mutation
-
- error(String) - Method in class edu.uchsc.ccp.nlp.ei.mutation.MutationExtractor
-
- Evaluate - Class in de.hu.berlin.wbi.process
-
Class is used to evaluate snp-normalizer;
Corpus is not provided due to licence restrictions but a link is provided in the paper..
- Evaluate() - Constructor for class de.hu.berlin.wbi.process.Evaluate
-
- EvaluateNER - Class in seth.seth.eval
-
Created with IntelliJ IDEA.
- EvaluateNER() - Constructor for class seth.seth.eval.EvaluateNER
-
- EvaluateNoGeneNER - Class in de.hu.berlin.wbi.process
-
Class is used to evaluate snp-normalizer;
Corpus is not provided due to licence restrictions but a link is provided in the paper..
- EvaluateNoGeneNER() - Constructor for class de.hu.berlin.wbi.process.EvaluateNoGeneNER
-
- EvaluateOsiris - Class in de.hu.berlin.wbi.process.osiris
-
- EvaluateOsiris() - Constructor for class de.hu.berlin.wbi.process.osiris.EvaluateOsiris
-
- EvaluateVerspoor - Class in seth.seth.eval
-
Created with IntelliJ IDEA.
- EvaluateVerspoor() - Constructor for class seth.seth.eval.EvaluateVerspoor
-
- EvaluateWei - Class in seth.seth.eval
-
Created with IntelliJ IDEA.
- EvaluateWei() - Constructor for class seth.seth.eval.EvaluateWei
-
- extractMappingsFromPythonRegex(String) - Static method in class edu.uchsc.ccp.nlp.ei.mutation.MutationFinder
-
- extractMutations(String) - Method in class cnveth.CNVRecognizer
-
- extractMutations(String) - Method in class edu.uchsc.ccp.nlp.ei.mutation.MutationExtractor
-
Extract point mutations mentions from raw_text and return them in a map.
- extractMutations(String) - Method in class edu.uchsc.ccp.nlp.ei.mutation.MutationFinder
-
Extract point mutations mentions from raw_text and return them in a map.
- extractMutations(String) - Method in class seth.dbSNPRecognizer
-
FInd dbSNP mentions in a text
- extractMutations(String) - Method in class seth.ner.wrapper.SETHNER
-
Extracts mentions of mutations written in the HGVS nomenclature from natural language text
- extractMutations(String) - Method in class seth.OldNomenclature
-
Extracts mentions of mutations from natural language text written in deprecated nomenclature
- extractRegion(String) - Method in class cnveth.RegionRecognizer
-
- Gene - Class in de.hu.berlin.wbi.objects
-
Represents a gene mention found by any Named Enttiy Recognition and Normalization tool.
- Gene() - Constructor for class de.hu.berlin.wbi.objects.Gene
-
Empty constructor
- Gene(int, int, int) - Constructor for class de.hu.berlin.wbi.objects.Gene
-
- geneID - Variable in class de.hu.berlin.wbi.objects.dbSNP
-
gene associated with this dbSNP entry.
- genes - Variable in class cnveth.RegionMention
-
possible genes from this region with entrez ID
- getAaLoc() - Method in class de.hu.berlin.wbi.stuff.xml.PSM
-
- getAaPosition() - Method in class de.hu.berlin.wbi.objects.dbSNP
-
- getAll() - Method in class seth.seth.eval.Performance
-
- getBegin() - Method in class cnveth.RegionMention
-
- getBestNormalized() - Method in class de.hu.berlin.wbi.objects.MutationMention
-
Returns the best dbSNP entries associated with this mutation mention
The result is based on the ranking of dbSNPNormalized
- getCDC_sequence() - Method in class de.hu.berlin.wbi.objects.Transcript
-
- getConfidence() - Method in class de.hu.berlin.wbi.objects.dbSNPNormalized
-
- getConfidence() - Method in class de.hu.berlin.wbi.objects.Gene
-
Gets the confidence for this gene.
- getConfidence() - Method in class de.hu.berlin.wbi.objects.TranscriptNormalized
-
- getConn() - Method in class de.hu.berlin.wbi.objects.DatabaseConnection
-
- getDbSNP() - Method in class de.hu.berlin.wbi.objects.MutationValidation
-
Gets the associated dbSNP entry.
- getEnd() - Method in class cnveth.RegionMention
-
- getEnd() - Method in class de.hu.berlin.wbi.objects.MutationMention
-
Gets the end-location of the mutation
- getEnd() - Method in class seth.seth.eval.Entity
-
- getEndLoc() - Method in class de.hu.berlin.wbi.objects.UniprotFeature
-
Returns end location of the modification on the peptide
- getEnsg() - Method in class de.hu.berlin.wbi.objects.Transcript
-
- getEnsp() - Method in class de.hu.berlin.wbi.objects.Transcript
-
- getEnst() - Method in class de.hu.berlin.wbi.objects.Transcript
-
- getEntity() - Method in class de.hu.berlin.wbi.objects.Gene
-
Gets the string in the text.
- getEntity() - Method in class de.hu.berlin.wbi.objects.MutationValidation
-
Gets the actual entity mention
- getEntity() - Method in class seth.seth.eval.Entity
-
- getEntrez() - Method in class de.hu.berlin.wbi.objects.Transcript
-
- getEntrez() - Method in class de.hu.berlin.wbi.stuff.xml.PSM
-
- getF1() - Method in class seth.seth.eval.Performance
-
- getFeature() - Method in class de.hu.berlin.wbi.objects.dbSNPNormalized
-
- getFeature() - Method in class de.hu.berlin.wbi.objects.TranscriptNormalized
-
- getFeatures(int) - Static method in class de.hu.berlin.wbi.objects.UniprotFeature
-
Returns all UniProt features for one specific Entrez-Gene Identifier
- getFN() - Method in class seth.seth.eval.Performance
-
- getFP() - Method in class seth.seth.eval.Performance
-
- getGeneID() - Method in class de.hu.berlin.wbi.objects.dbSNP
-
Get the associated entrez gene identifier
- getGeneID() - Method in class de.hu.berlin.wbi.objects.Gene
-
Gets the gene-ID (Entrez in our case).
- getGeneId() - Method in class de.hu.berlin.wbi.objects.UniprotFeature
-
Returns associated Enzrez Gene ID
- getGenes() - Method in class cnveth.RegionMention
-
- getHgvs() - Method in class de.hu.berlin.wbi.objects.dbSNP
-
- getHgvs() - Method in class de.hu.berlin.wbi.stuff.xml.SNP
-
- getId() - Method in class edu.uchsc.ccp.nlp.ei.mutation.Mutation
-
Retrieves the pattern id
- getId() - Method in class edu.uchsc.ccp.nlp.ei.mutation.MyPattern
-
- getId() - Method in class seth.seth.eval.Entity
-
- getLocation() - Method in class de.hu.berlin.wbi.objects.Gene
-
Gets the found at which position.
- getLocation() - Method in class de.hu.berlin.wbi.objects.HGVS
-
Gets the location.
- getLocation() - Method in class de.hu.berlin.wbi.objects.MutationMention
-
Gets the location of the mutation
- getMatchType() - Method in class de.hu.berlin.wbi.objects.dbSNPNormalized
-
- getMatchType() - Method in class de.hu.berlin.wbi.objects.TranscriptNormalized
-
- getModificationType() - Method in class de.hu.berlin.wbi.objects.UniprotFeature
-
Returns modification type (e.g.
- getMutation() - Method in class de.hu.berlin.wbi.objects.HGVS
-
Gets the mutation.
- getMutations() - Method in class de.hu.berlin.wbi.stuff.xml.PSM
-
- getMutationType() - Method in class de.hu.berlin.wbi.objects.MutationValidation
-
Gets the either NSM or PSM.
- getMutResidue() - Method in class de.hu.berlin.wbi.objects.MutationMention
-
Gets the residues.
- getMutResidue() - Method in class edu.uchsc.ccp.nlp.ei.mutation.PointMutation
-
Return the mutant residue for this point mutation.
- getNormalized() - Method in class de.hu.berlin.wbi.objects.MutationMention
-
Returns all dbSNP entries associated with this mutation mention
- getPattern() - Method in class edu.uchsc.ccp.nlp.ei.mutation.MyPattern
-
- getPatternId() - Method in class de.hu.berlin.wbi.objects.MutationMention
-
Retrieves the pattern ID used for extracting the current Mutation mention
- getPmid() - Method in class de.hu.berlin.wbi.objects.Gene
-
Gets the article ID.
- getPosition() - Method in class de.hu.berlin.wbi.objects.MutationMention
-
Gets the position.
- getPosition() - Method in class edu.uchsc.ccp.nlp.ei.mutation.Mutation
-
Retrieves the mutation sequence position
- getPrecision() - Method in class seth.seth.eval.Performance
-
- getProtein_sequence() - Method in class de.hu.berlin.wbi.objects.Transcript
-
- getPsms() - Method in class de.hu.berlin.wbi.stuff.xml.SNP
-
- getRecall() - Method in class seth.seth.eval.Performance
-
- getRef() - Method in class de.hu.berlin.wbi.objects.MutationMention
-
Returns reference sequence (e.g.
- getRegex() - Method in class edu.uchsc.ccp.nlp.ei.mutation.MyPattern
-
- getRegion() - Method in class cnveth.RegionMention
-
- getResidues() - Method in class de.hu.berlin.wbi.objects.dbSNP
-
- getRs() - Method in class de.hu.berlin.wbi.objects.DatabaseConnection
-
- getRsID() - Method in class de.hu.berlin.wbi.objects.dbSNP
-
Get dbSNP identifier (rs-id)
- getRsId() - Method in class de.hu.berlin.wbi.stuff.xml.SNP
-
- getSNP(int) - Static method in class de.hu.berlin.wbi.objects.dbSNP
-
Retrieves a list of dbSNP entries associated with a specific entrez-gene ID
- getSpecies() - Method in class de.hu.berlin.wbi.objects.Gene
-
Gets the species.
- getStart() - Method in class de.hu.berlin.wbi.objects.EntityOffset
-
Get start character
- getStart() - Method in class de.hu.berlin.wbi.objects.MutationMention
-
Gets the start-location of the mutation
- getStart() - Method in class seth.seth.eval.Entity
-
- getStartLoc() - Method in class de.hu.berlin.wbi.objects.UniprotFeature
-
Returns start location of the modification on the peptide
- getStop() - Method in class de.hu.berlin.wbi.objects.EntityOffset
-
Get end character position
- getText() - Method in class de.hu.berlin.wbi.objects.MutationMention
-
Returns text-mined text (e.g.
- getThreeLetter(String) - Static method in class de.hu.berlin.wbi.objects.AminoAcidHelper
-
Takes as input a string of length one and returns the three letter code for it
- getTN() - Method in class seth.seth.eval.Performance
-
- getTool() - Method in class de.hu.berlin.wbi.objects.MutationMention
-
- getTool() - Method in class seth.seth.eval.Entity
-
- getTP() - Method in class seth.seth.eval.Performance
-
- getTranscripts() - Method in class de.hu.berlin.wbi.objects.MutationMention
-
Returns all Transcripts covering this SNP
- getTranscripts(int) - Static method in class de.hu.berlin.wbi.objects.Transcript
-
- getType() - Method in class de.hu.berlin.wbi.objects.HGVS
-
Gets the mutation type (e.g.
- getType() - Method in class de.hu.berlin.wbi.objects.MutationMention
-
Returns Mutation
Type
(e.g.
- getType() - Method in class seth.seth.eval.Entity
-
- getUniprot() - Method in class de.hu.berlin.wbi.objects.Transcript
-
- getWildtype() - Method in class de.hu.berlin.wbi.objects.dbSNP
-
- getWildtype() - Method in class de.hu.berlin.wbi.objects.HGVS
-
Gets the wild-type.
- getWildtype() - Method in class de.hu.berlin.wbi.stuff.xml.PSM
-
- getWtResidue() - Method in class de.hu.berlin.wbi.objects.MutationMention
-
Gets the residue.
- getWtResidue() - Method in class edu.uchsc.ccp.nlp.ei.mutation.PointMutation
-
Return the wild-type residue for this point mutation.
- main(String[]) - Static method in class cnveth.CNVETH
-
- main(String[]) - Static method in class cnveth.RegionRecognizer
-
- main(String[]) - Static method in class de.hu.berlin.wbi.process.Evaluate
-
- main(String[]) - Static method in class de.hu.berlin.wbi.process.EvaluateNoGeneNER
-
- main(String[]) - Static method in class de.hu.berlin.wbi.process.MinimalExample
-
Minimal example for SNP normalization
- main(String[]) - Static method in class de.hu.berlin.wbi.process.Normalize
-
- main(String[]) - Static method in class de.hu.berlin.wbi.process.NormalizeDB
-
- main(String[]) - Static method in class de.hu.berlin.wbi.process.osiris.CheckOsiris
-
- main(String[]) - Static method in class de.hu.berlin.wbi.process.osiris.EvaluateOsiris
-
Evaluate our normalization procedure on the Osiris corpus.
- main(String[]) - Static method in class de.hu.berlin.wbi.process.osiris.ModifyOsiris
-
- main(String[]) - Static method in class de.hu.berlin.wbi.stuff.xml.ParseXMLToFile
-
- main(String[]) - Static method in class edu.uchsc.ccp.nlp.ei.mutation.MutationFinder
-
The main method demonstrates the execution of MutationFinder.
- main(String[]) - Static method in class seth.ner.wrapper.SETHNERApp
-
- main(String[]) - Static method in class seth.ner.wrapper.SETHNERAppMut
-
- main(String[]) - Static method in class seth.seth.eval.ApplyNER
-
- main(String[]) - Static method in class seth.seth.eval.ApplyNerToVerspoor
-
- main(String[]) - Static method in class seth.seth.eval.ApplyNERToWei
-
- main(String[]) - Static method in class seth.seth.eval.EvaluateNER
-
- main(String[]) - Static method in class seth.seth.eval.EvaluateVerspoor
-
- main(String[]) - Static method in class seth.seth.eval.EvaluateWei
-
- main(String[]) - Static method in class seth.SETH
-
Minimal example to perform named entity recognition and normalization using SETH
- MatchOptions - Enum in de.hu.berlin.wbi.objects
-
Represents the different possibilities to match a
MutationMention
to a dbSNP entry or UniProt entry
- MinimalExample - Class in de.hu.berlin.wbi.process
-
Class contains source code for a minimal example, required to normalize a SNP
- MinimalExample() - Constructor for class de.hu.berlin.wbi.process.MinimalExample
-
- ModifyOsiris - Class in de.hu.berlin.wbi.process.osiris
-
- ModifyOsiris() - Constructor for class de.hu.berlin.wbi.process.osiris.ModifyOsiris
-
- MUT_RES - Static variable in class edu.uchsc.ccp.nlp.ei.mutation.MutationFinder
-
- Mutation - Class in edu.uchsc.ccp.nlp.ei.mutation
-
Mutation is a base class for different types of mutations.
- Mutation(int) - Constructor for class edu.uchsc.ccp.nlp.ei.mutation.Mutation
-
- Mutation(String) - Constructor for class edu.uchsc.ccp.nlp.ei.mutation.Mutation
-
- MutationException - Exception in edu.uchsc.ccp.nlp.ei.mutation
-
Exception thrown by MutationFinder
- MutationException(String) - Constructor for exception edu.uchsc.ccp.nlp.ei.mutation.MutationException
-
- MutationExtractor - Class in edu.uchsc.ccp.nlp.ei.mutation
-
A base class for extracting Mutations from text
- MutationExtractor() - Constructor for class edu.uchsc.ccp.nlp.ei.mutation.MutationExtractor
-
- MutationFinder - Class in edu.uchsc.ccp.nlp.ei.mutation
-
This is the Java implementation of MutationFinder (original version in Python by J.
- MutationFinder() - Constructor for class edu.uchsc.ccp.nlp.ei.mutation.MutationFinder
-
Initialization of MutationFinder requires a set of regular expressions that will be used to detect mutations.
- MutationFinder(String) - Constructor for class edu.uchsc.ccp.nlp.ei.mutation.MutationFinder
-
Initialization of MutationFinder requires a set of regular expressions that will be used to detect mutations.
- MutationFinder(File) - Constructor for class edu.uchsc.ccp.nlp.ei.mutation.MutationFinder
-
Initialization of MutationFinder requires a set of regular expressions that will be used to detect mutations.
- MutationFinder(Set<String>) - Constructor for class edu.uchsc.ccp.nlp.ei.mutation.MutationFinder
-
Initialization of MutationFinder requires a set of regular expressions that will be used to detect mutations.
- MutationMention - Class in de.hu.berlin.wbi.objects
-
Class to represent a mutation mention found by an NER tool like
MutationFinder or SETH
- MutationMention() - Constructor for class de.hu.berlin.wbi.objects.MutationMention
-
Empty constructor
- MutationMention(String) - Constructor for class de.hu.berlin.wbi.objects.MutationMention
-
Generates a Mutation object from a String like "A123T".
- MutationMention(EntityOffset, String) - Constructor for class de.hu.berlin.wbi.objects.MutationMention
-
- MutationMention(int, int, String, String, String, String, String, Type, MutationMention.Tool) - Constructor for class de.hu.berlin.wbi.objects.MutationMention
-
- MutationMention.Tool - Enum in de.hu.berlin.wbi.objects
-
Enumeration of all named entity recognition components
- MutationValidation - Class in de.hu.berlin.wbi.objects
-
This object represents a
MutationMention
from the validation corpus, where
we already know which
dbSNP
entry is associated with this gene.
- MutationValidation(int, EntityOffset, String, String, String, String, String) - Constructor for class de.hu.berlin.wbi.objects.MutationValidation
-
Constructor
- mutResidue - Variable in class de.hu.berlin.wbi.objects.MutationMention
-
Mutated residue.
- MyPattern - Class in edu.uchsc.ccp.nlp.ei.mutation
-
This class contains an apache Pattern object and a pattern Id
Especially useful to enable later which regex found which entity
- MyPattern(Pattern, String, int) - Constructor for class edu.uchsc.ccp.nlp.ei.mutation.MyPattern
-