Package | Description |
---|---|
de.hu.berlin.wbi.process.osiris |
Package to evaluate performance of SETH on the osiris dataset
|
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/ |
Modifier and Type | Method and Description |
---|---|
static void |
ModifyOsiris.main(String[] args) |
Modifier and Type | Method and Description |
---|---|
static PointMutation |
PointMutation.createPointMutationFrom_wNm(String wNm)
Create PointMutation from wNm-format, single-letter abbreviated mention.
|
Map<Mutation,Set<int[]>> |
MutationFinder.extractMutations(String rawText)
Extract point mutations mentions from raw_text and return them in a map.
|
abstract Map<Mutation,Set<int[]>> |
MutationExtractor.extractMutations(String rawText)
Extract point mutations mentions from raw_text and return them in a map.
|
char |
PointMutation.normalizeResidueIdentity(String residue)
Normalize three-letter and full residue names to their one-letter abbreviations.
|
Constructor and Description |
---|
Mutation(int position) |
PointMutation(String position,
String wtResidue,
String mutResidue) |
Copyright © 2016. All rights reserved.