Class TagFactory
java.lang.Object
com.compomics.util.experiment.identification.TagFactory
public class TagFactory extends Object
Convenience class for sequence tag generation.
- Author:
- Marc Vaudel
-
Constructor Summary
Constructors Constructor Description TagFactory()
Empty default constructor -
Method Summary
Modifier and Type Method Description static ArrayList<String>
getAminoAcidCombinations(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
-