Understanding SAM/BAM file specifications

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2025

ความคิดเห็น • 25

  • @sujayayyagari9039
    @sujayayyagari9039 3 ปีที่แล้ว +4

    you made my life more easier with this video. Thanks

  • @tonkjon6296
    @tonkjon6296 3 ปีที่แล้ว

    Gracias, estoy aprendiendo a usar Samtools y tu video me ayudó mucho. Buena tarde, chato.

  • @sus-dw7xl
    @sus-dw7xl 3 ปีที่แล้ว +1

    Well presented and explained. It helped a lot.
    Thank you. Keep it up...

  • @fatimaruna9855
    @fatimaruna9855 8 หลายเดือนก่อน

    Great presentation, really helpful.

  • @ozlemkalkan5167
    @ozlemkalkan5167 2 ปีที่แล้ว

    Thank you, great presentation. It helped a lot.

  • @cheng-hsianglu5916
    @cheng-hsianglu5916 2 ปีที่แล้ว

    Thank you for this amazing explaination!

  • @lekshmirk3252
    @lekshmirk3252 3 ปีที่แล้ว

    Nice presentation 👏

  • @musicspinner
    @musicspinner 3 ปีที่แล้ว

    stellar overview.

  • @catherinepuellomora8041
    @catherinepuellomora8041 4 ปีที่แล้ว

    amazing explanation¡ thanks for your work :)

  • @PrincipioDiLandauer
    @PrincipioDiLandauer 3 ปีที่แล้ว +1

    im making a SAM file validator. Where can i find some SAM examples? Maybe ones with headers and some without?

  • @NatarajanGanesan
    @NatarajanGanesan ปีที่แล้ว

    Very helpful

  • @belindamontecalvo3015
    @belindamontecalvo3015 2 ปีที่แล้ว

    Thank you ..

  • @zahraiqbal7337
    @zahraiqbal7337 3 ปีที่แล้ว

    very informative! thanks!

  • @uguremre3287
    @uguremre3287 2 ปีที่แล้ว

    thank you for this amazing video, I have a question. How can I convert to BAM file to VCF format?

    • @LiquidBrain
      @LiquidBrain  2 ปีที่แล้ว

      Not sure it this will work, but i found a tools in galaxy call (bcftools mpileup) that could directly do the conversion you need, just not sure if it will fit the purpose of you converting between the two formats.
      Technically, BAM store aligment while vcf store mutations, but i believe you can convert BAM to fasta using (Samtools fastx), and use the resulting fasta to run another SNP detection tools to generate the vcf.
      Hope this helps
      -Brandon

  • @tinacole1450
    @tinacole1450 3 ปีที่แล้ว

    Have you done the alignment with pysam? I am having some trouble with my alignment. The code is: samfile = pysam.AlignmentFile(files, "rb") . It doesn't like the call of the files.. error msg : IsADirectoryError: [Errno 21] could not open alignment file `bam/`: Is a directory

    • @LiquidBrain
      @LiquidBrain  3 ปีที่แล้ว

      sorry havent tried pysam, but i will try to have a look once i got sometime

  • @seyma2308
    @seyma2308 2 ปีที่แล้ว

    perfect!

  • @yewenli
    @yewenli 4 ปีที่แล้ว

    Good video!

  • @joshuathomas8673
    @joshuathomas8673 2 ปีที่แล้ว

    Great video, thanks a lot!