Package de.julielab.genemapper.filtering
Class GeneSequence2SingleGene
- java.lang.Object
-
- cc.mallet.pipe.Pipe
-
- de.julielab.genemapper.filtering.GeneSequence2SingleGene
-
- All Implemented Interfaces:
cc.mallet.types.AlphabetCarrying,Serializable
public class GeneSequence2SingleGene extends cc.mallet.pipe.PipeFor non-sequence filtering, we will have a single gene perGeneSetin theGeneDocumentpassed toGeneSet2GeneSequencewhich should be the very first pipe to be employed in each pipe sequence. In this case, we do still create TokenSequences but they will always just have a single element. This pipe transfers this representation into a single token without the sequence.- Author:
- faessler
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GeneSequence2SingleGene()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description cc.mallet.types.Instancepipe(cc.mallet.types.Instance inst)-
Methods inherited from class cc.mallet.pipe.Pipe
alphabetsMatch, getAlphabet, getAlphabets, getDataAlphabet, getInstanceId, getTargetAlphabet, instanceFrom, instancesFrom, instancesFrom, isDataAlphabetSet, isTargetProcessing, newIteratorFrom, preceedingPipeDataAlphabetNotification, preceedingPipeTargetAlphabetNotification, precondition, readResolve, setDataAlphabet, setOrCheckDataAlphabet, setOrCheckTargetAlphabet, setTargetAlphabet, setTargetProcessing
-
-