| Package | Description |
|---|---|
| de.hu.berlin.wbi.objects |
Package with the main data objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
dbSNPNormalized
Represents a
MutationMention mention which has been successfully
normalized to a dbSNP . |
| Modifier and Type | Method and Description |
|---|---|
static List<dbSNP> |
dbSNP.getSNP(int geneID)
Retrieves a list of dbSNP entries associated with a specific entrez-gene ID
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutationMention.normalizeSNP(List<dbSNP> candidates,
List<UniprotFeature> features,
boolean append)
This method evaluates if some of the
dbSNP provided in candidates
actually equals the text-mined MutationMention |
| Constructor and Description |
|---|
dbSNPNormalized(dbSNP dbsnp,
EnumSet<MatchOptions> matchType,
UniprotFeature feature) |
Copyright © 2016. All rights reserved.