About 2,860 results
Open links in new tab
  1. how to read a fasta file in python? - Stack Overflow

    Dec 14, 2013 · I'm trying to read a FASTA file and then find specific motif (string) and print out the sequence and number of times it …

  2. A Beginner’s Guide to Reading and Writing FASTA Files with Biopython

    Learn how to read, parse, analyze, and write FASTA files in Python using the Biopython library with practical code examples.

  3. reading_and_writing_fasta_files.ipynb - Colab

    Building on our ability to open and print the contents of a FASTA file in python, let's build a FASTA parser step by step. Our goal will …

  4. fasta · PyPI

    Mar 25, 2016 · The fasta package also offers functionality to parse reads from a FASTA file while automatically detecting the position …

  5. fastaparser · PyPI

    Sep 3, 2022 · The FASTA file format is a standard text-based format for representing nucleotide and aminoacid sequences (usual file …

  6. Introduction to SeqIO · Biopython

    This table lists the file formats that Bio.SeqIO can read, write and index, with the Biopython version where this was first supported (or …

    Missing:
    • fasta
    Must include:
  7. Python by Examples - Read/write fasta

    Biopython - read and write a fasta file. from Bio import SeqIO. from Bio.SeqRecord import SeqRecord. file_in ='gene_seq_in.fasta' …

  8. Chapter 19 Reading FASTA Files | Python for Biology

    The example we choose is the one I sent out in the previous hand-out, namely the code for reading a FASTA file. I will explain the …

  9. Correct Way To Parse A Fasta File In Python - biostars

    This is a package that I wrote that builds or reads a samtools compatible fasta index and can read arbitrary amounts of the fasta file …

  10. reading_and_writing_fasta_files.ipynb - GitHub

    Building on our ability to open and print the contents of a FASTA file in python, let's build a FASTA parser step by step. Our goal will …