Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(8) | Call(0) | Derive(0) | Import(8)
src/b/i/biopython-1.63/Bio/SeqIO/PdbIO.py biopython(Download)
from Bio.Seq import Seq from Bio.SeqRecord import SeqRecord from Bio.Data.SCOPData import protein_letters_3to1
src/b/i/biopython-1.63/Bio/SCOP/three_to_one_dict.py biopython(Download)
# soon-to-be deprecated. Use Bio.Data.SCOPData instead! import warnings from Bio.Data.SCOPData import protein_letters_3to1 as to_one_letter_code
src/b/i/biopython-1.63/Bio/SCOP/Raf.py biopython(Download)
from copy import copy from Bio.Data.SCOPData import protein_letters_3to1 from Bio.SCOP.Residues import Residues
src/b/i/biopython-1.63/Bio/PDB/__init__.py biopython(Download)
from .Polypeptide import PPBuilder, CaPPBuilder, is_aa, standard_aa_names # This is also useful :-) from Bio.Data.SCOPData import protein_letters_3to1 # IO of PDB files (including flexible selective output)
src/b/i/biopython-HEAD/Bio/SeqIO/PdbIO.py biopython(Download)
from Bio.Seq import Seq from Bio.SeqRecord import SeqRecord from Bio.Data.SCOPData import protein_letters_3to1
src/b/i/biopython-HEAD/Bio/SCOP/three_to_one_dict.py biopython(Download)
# soon-to-be deprecated. Use Bio.Data.SCOPData instead! import warnings from Bio.Data.SCOPData import protein_letters_3to1 as to_one_letter_code
src/b/i/biopython-HEAD/Bio/SCOP/Raf.py biopython(Download)
from copy import copy from Bio.Data.SCOPData import protein_letters_3to1 from Bio.SCOP.Residues import Residues
src/b/i/biopython-HEAD/Bio/PDB/__init__.py biopython(Download)
from .Polypeptide import PPBuilder, CaPPBuilder, is_aa, standard_aa_names # This is also useful :-) from Bio.Data.SCOPData import protein_letters_3to1 # IO of PDB files (including flexible selective output)