|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.experiment.biology.MutationFactory
public class MutationFactory
This class holds the all possible one-letter peptide sequence mutations.
Method Summary | |
---|---|
static List<Mutation> |
createMutations()
This method creates all possible mutations for the 20 essential amino acids. |
static Mutation |
getMutation(Mutation mutation)
Returns the requested mutation by lookup in the mutation map. |
static List<String> |
getMutationsAsString()
Returns the mutation as a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Mutation getMutation(Mutation mutation)
mutation
- The mutation as parameter.
public static List<Mutation> createMutations()
public static List<String> getMutationsAsString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |