Uses of Class
edu.uchsc.ccp.nlp.ei.mutation.Mutation
-
Packages that use Mutation Package Description edu.uchsc.ccp.nlp.ei.mutation -
-
Uses of Mutation in edu.uchsc.ccp.nlp.ei.mutation
Subclasses of Mutation in edu.uchsc.ccp.nlp.ei.mutation Modifier and Type Class Description classPointMutationA class for storing information about protein point mutationsMethods in edu.uchsc.ccp.nlp.ei.mutation that return types with arguments of type Mutation Modifier and Type Method Description abstract Map<Mutation,Set<int[]>>MutationExtractor. extractMutations(String rawText)Extract point mutations mentions from raw_text and return them in a map.Map<Mutation,Set<int[]>>MutationFinder. extractMutations(String rawText)Extract point mutations mentions from raw_text and return them in a map.
-