| Trees | Indices | Help |
|---|
|
|
object --+
|
Application.AbstractCommandline --+
|
_EmbossMinimalCommandLine --+
|
_EmbossCommandLine --+
|
IepCommandline
Commandline for EMBOSS iep: calculated isoelectric point and charge.
Example:
>>> from Bio.Emboss.Applications import IepCommandline >>> iep_cline = IepCommandline(sequence="proteins.faa", ... outfile="proteins.txt") >>> print iep_cline iep -outfile=proteins.txt -sequence=proteins.faa
You would typically run the command line with iep_cline() or via the Python subprocess module, as described in the Biopython tutorial.
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Create a new instance of a command line wrapper object.
|
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 18 18:19:25 2011 | http://epydoc.sourceforge.net |