Package | Description |
---|---|
de.hu.berlin.wbi.objects |
Package with the main data objects.
|
seth.ner.wrapper |
Java wrapper for accessing the scala part of SETH (aka SETH-NER)
SETH-NER performs Named Entity Recognition of variation mentions in the latest HGVS nomenclature based on a Backus Naur grammar
|
Modifier and Type | Field and Description |
---|---|
protected Type |
MutationMention.type
Type of Mutation (e.g., substitution, insertion, ...)
|
Modifier and Type | Method and Description |
---|---|
Type |
MutationMention.getType()
Returns Mutation
Type (e.g. |
Constructor and Description |
---|
MutationMention(int start,
int end,
String text,
String ref,
String location,
String wild,
String mutated,
Type type,
MutationMention.Tool tool) |
Modifier and Type | Method and Description |
---|---|
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.