Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(55) | Call(0) | Derive(0) | Import(55)
src/b/i/biopython-1.63/Bio/AlignIO/FastaIO.py biopython(Download)
from Bio.SeqRecord import SeqRecord from Bio.Align import MultipleSeqAlignment from Bio.Alphabet import single_letter_alphabet, generic_dna, generic_protein from Bio.Alphabet import Gapped
src/b/i/biopython-HEAD/Bio/AlignIO/FastaIO.py biopython(Download)
from Bio.SeqRecord import SeqRecord from Bio.Align import MultipleSeqAlignment from Bio.Alphabet import single_letter_alphabet, generic_dna, generic_protein from Bio.Alphabet import Gapped
src/b/i/biopython-1.63/Bio/SeqIO/PirIO.py biopython(Download)
from __future__ import print_function from Bio.Alphabet import single_letter_alphabet, generic_protein, \ generic_dna, generic_rna from Bio.Seq import Seq
src/b/i/biopython-HEAD/Bio/SeqIO/PirIO.py biopython(Download)
from __future__ import print_function from Bio.Alphabet import single_letter_alphabet, generic_protein, \ generic_dna, generic_rna from Bio.Seq import Seq
src/b/i/biopython-1.63/Bio/SeqIO/FastaIO.py biopython(Download)
import os from Bio.Alphabet import generic_protein, generic_nucleotide #Download the files from here:
src/b/i/biopython-HEAD/Bio/SeqIO/FastaIO.py biopython(Download)
import os from Bio.Alphabet import generic_protein, generic_nucleotide #Download the files from here:
src/b/i/biopython-1.63/Bio/SearchIO/BlastIO/blast_xml.py biopython(Download)
_empty_bytes_string = _as_bytes("") from Bio.Alphabet import generic_dna, generic_protein from Bio.SearchIO._index import SearchIndexer from Bio.SearchIO._model import QueryResult, Hit, HSP, HSPFragment
src/b/i/biopython-1.63/Bio/SearchIO/BlastIO/blast_text.py biopython(Download)
""" from Bio.Alphabet import generic_dna, generic_protein from Bio.SearchIO._model import QueryResult, Hit, HSP, HSPFragment
src/b/i/biopython-HEAD/Bio/SearchIO/BlastIO/blast_xml.py biopython(Download)
_empty_bytes_string = _as_bytes("") from Bio.Alphabet import generic_dna, generic_protein from Bio.SearchIO._index import SearchIndexer from Bio.SearchIO._model import QueryResult, Hit, HSP, HSPFragment
src/b/i/biopython-HEAD/Bio/SearchIO/BlastIO/blast_text.py biopython(Download)
""" from Bio.Alphabet import generic_dna, generic_protein from Bio.SearchIO._model import QueryResult, Hit, HSP, HSPFragment
1 | 2 | 3 | 4 | 5 | 6 Next