Parsing FASTQ files with the Biopython SeqIO module

Поділитися
Вставка
  • Опубліковано 27 сер 2024

КОМЕНТАРІ • 9

  • @mathieu6465
    @mathieu6465 Рік тому

    Thanks a lot for these videos ! Really helpful

  • @jpark7524
    @jpark7524 3 місяці тому

    thank u

  • @priyankapullari9057
    @priyankapullari9057 4 місяці тому

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

  • @vysordrde7698
    @vysordrde7698 3 роки тому +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  2 роки тому

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

  • @idragonish
    @idragonish 3 роки тому +1

    when is the next video?

    • @ProfessorHendrix
      @ProfessorHendrix  2 роки тому +1

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

  • @rahmanmonjur4928
    @rahmanmonjur4928 3 роки тому

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

    • @ProfessorHendrix
      @ProfessorHendrix  2 роки тому

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