Parsing FASTQ files with the Biopython SeqIO module

Sdílet
Vložit
  • čas přidán 11. 09. 2024

Komentáře • 9

  • @mathieu6465
    @mathieu6465 Před rokem

    Thanks a lot for these videos ! Really helpful

  • @jpark7524
    @jpark7524 Před 4 měsíci

    thank u

  • @priyankapullari9057
    @priyankapullari9057 Před 4 měsíci

    can you please do a video on fuzzy matching algorithm on primer suitability using fasta files

  • @vysordrde7698
    @vysordrde7698 Před 3 lety +2

    Dear Professor, thank you for all these videos, i would like to know if there is a possible way to check for a mutation on a DNA sequence using Biopython

    • @ProfessorHendrix
      @ProfessorHendrix  Před 2 lety

      Depends on what you mean. Are you checking relative to a reference sequence?

  • @idragonish
    @idragonish Před 3 lety +1

    when is the next video?

    • @ProfessorHendrix
      @ProfessorHendrix  Před 2 lety +1

      I posted some more recently, more to come in the coming weeks!

  • @rahmanmonjur4928
    @rahmanmonjur4928 Před 3 lety

    N_i[i] += 1 will always return 1. Isn't it?

    • @ProfessorHendrix
      @ProfessorHendrix  Před 2 lety

      No, it is incrementing it, adding 1 to it so it will increase for each example found.