| Package | Description |
|---|---|
| de.hu.berlin.wbi.objects |
Package with the main data objects.
|
| Modifier and Type | Method and Description |
|---|---|
UniprotFeature |
dbSNPNormalized.getFeature() |
UniprotFeature |
TranscriptNormalized.getFeature() |
| Modifier and Type | Method and Description |
|---|---|
static List<UniprotFeature> |
UniprotFeature.getFeatures(int geneID)
Returns all UniProt features for one specific Entrez-Gene Identifier
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutationMention.normalizeSequences(Set<Transcript> candidateTranscripts,
List<UniprotFeature> features,
boolean append)
This method evaluates if some of the
Transcript provided in candidateTranscripts
equals the text-mined MutationMention. |
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.