com.compomics.util.experiment.identification
Class TagFactory

java.lang.Object
  extended by com.compomics.util.experiment.identification.TagFactory

public class TagFactory
extends Object

Convenience class for sequence tag generation.

Author:
Marc Vaudel

Constructor Summary
TagFactory()
           
 
Method Summary
static ArrayList<String> getAminoAcidCombinations(int length)
          Returns all the amino acid combinations for a given tag length.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagFactory

public TagFactory()
Method Detail

getAminoAcidCombinations

public static ArrayList<String> getAminoAcidCombinations(int length)
Returns all the amino acid combinations for a given tag length.

Parameters:
length - the length of the tag
Returns:
all the amino acid combinations


Copyright © 2013. All Rights Reserved.