Package org.biojava.bio.program
Class Meme
- java.lang.Object
-
- org.biojava.bio.program.Meme
-
public class Meme extends java.lang.Object
The results of a meme run.- Author:
- Matthew Pocock
-
-
Constructor Summary
Constructors Constructor Description Meme(java.io.InputStream is, SymbolTokenization symParser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List
getMotifs()
java.util.List
getSeqIDs()
-
-
-
Constructor Detail
-
Meme
public Meme(java.io.InputStream is, SymbolTokenization symParser) throws java.io.IOException, IllegalSymbolException, IllegalAlphabetException
- Throws:
java.io.IOException
IllegalSymbolException
IllegalAlphabetException
-
-