Package | Description |
---|---|
de.hu.berlin.wbi.objects |
Package with the main data objects.
|
Modifier and Type | Field and Description |
---|---|
protected MutationMention.Tool |
MutationMention.tool
Refers to which tool has been used for extraction (e.g., MutationFinder, SETH, ...)
|
Modifier and Type | Method and Description |
---|---|
MutationMention.Tool |
MutationMention.getTool()
Returns
MutationMention.Tool used to find mutation (MutationFinder or SETH) |
static MutationMention.Tool |
MutationMention.Tool.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutationMention.Tool[] |
MutationMention.Tool.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MutationMention(int start,
int end,
String text,
String ref,
String location,
String wild,
String mutated,
Type type,
MutationMention.Tool tool) |
Copyright © 2016. All rights reserved.