Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(6) | Call(0) | Derive(0) | Import(6)
src/b/i/biopython-HEAD/Bio/Phylo/PhyloXMLIO.py biopython(Download)
from Bio._py3k import unicode from Bio.Phylo import PhyloXML as PX #For speed try to use cElementTree rather than ElementTree
src/b/i/biopython-1.63/Bio/Phylo/PhyloXMLIO.py biopython(Download)
from Bio._py3k import unicode from Bio.Phylo import PhyloXML as PX #For speed try to use cElementTree rather than ElementTree
src/b/i/biopython-HEAD/Tests/test_PhyloXML.py biopython(Download)
from Bio.SeqRecord import SeqRecord from Bio.Align import MultipleSeqAlignment from Bio.Phylo import PhyloXML as PX, PhyloXMLIO # Example PhyloXML files
src/b/i/biopython-HEAD/Tests/test_Phylo.py biopython(Download)
from Bio import Phylo from Bio.Phylo import PhyloXML, NewickIO
src/b/i/biopython-1.63/Tests/test_PhyloXML.py biopython(Download)
from Bio.SeqRecord import SeqRecord from Bio.Align import MultipleSeqAlignment from Bio.Phylo import PhyloXML as PX, PhyloXMLIO # Example PhyloXML files
src/b/i/biopython-1.63/Tests/test_Phylo.py biopython(Download)
from Bio import Phylo from Bio.Phylo import PhyloXML, NewickIO