Class TagFactory
java.lang.Object
com.compomics.util.experiment.identification.TagFactory
Convenience class for sequence tag generation.
- Author:
- Marc Vaudel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAminoAcidCombinations(int length) Returns all the amino acid combinations for a given tag length.
-
Constructor Details
-
TagFactory
public TagFactory()Empty default constructor
-
-
Method Details
-
getAminoAcidCombinations
Returns all the amino acid combinations for a given tag length.- Parameters:
length- the length of the tag- Returns:
- all the amino acid combinations
-