Introduction to single cell ATAC data analysis in R

Поделиться
HTML-код
  • Опубликовано: 2 окт 2022
  • This is a primer for single cell/nuclei ATAC-seq data analysis. What is single cell ATACseq? How do you perform basic scATAC-seq analysis in R? I describe what scATACseq is. Then I use Seurat and Signac to do data analysis using a recent Nature communications paper. I do preprocessing, clustering, differential accessibility analysis, RNA activity estimation, and I make various plots.
    Notebook:
    github.com/mousepixels/sanbom...
    References:
    stuartlab.org/signac/index.html
    satijalab.org/seurat/articles...
    www.nature.com/articles/s4146...
  • НаукаНаука

Комментарии • 38

  • @ashwaqkhaled7530
    @ashwaqkhaled7530 Год назад

    Thank you so much for your all great videos. Truly appreciate it.

  • @takhoa5302
    @takhoa5302 Год назад +1

    thank you for this video. You always make everything simple. So great! 😁

  • @yuewang9772
    @yuewang9772 Год назад +1

    Thank you so much for such an amazing tutorial!!

  • @emmawu8137
    @emmawu8137 5 месяцев назад

    Great video! I truely got inspired! Could you make videos about Chipseq and proteomics data analysis if it is possible?

  • @kashishjain2388
    @kashishjain2388 Год назад

    Hi, I was wondering what to use in the "genome" bit when doing the CreateChromatinAssay I have a custom reference genome that I am using so it is not available on any of the online databases. Thank you!

  • @user-rt4nt9op6e
    @user-rt4nt9op6e 5 месяцев назад

    Thank you for such a wonderful video. I have a one question, how you fixed the error of import_atac (import_atac function not found)

  • @user-zm6ip8iy9q
    @user-zm6ip8iy9q Год назад

    Thank you always!

    • @sanbomics
      @sanbomics  Год назад

      Thanks for watching and leaving a comment!

  • @efratsharon1294
    @efratsharon1294 2 месяца назад

    Thank you for the video. Is the order of RunTFIDF and FindTopFeatures in the video opposite? first normalyze than find the top features, right? Regarding latent.vars = 'peak_region_fragments', can you please elabrate the use of peak_region_fragments as a covarient?

  • @gloriastoyanova2187
    @gloriastoyanova2187 Год назад

    Hi Sanbomics,
    If I only have fragment files in the dataset I want to use, how should I proceed?

  • @user-zg2sd1gd1j
    @user-zg2sd1gd1j 8 месяцев назад +1

    Thank you for the video primer. Question: your UMAP for the combined dataset shows the young separate from the old. How do you know this is biological and not a batch effect?

    • @sanbomics
      @sanbomics  8 месяцев назад +1

      Ahh the age old question. It's hard to say, but likely some of both. One thing I could (should) have done is run cellranger agg on the samples. But I doubt it would have made the two subsets overlap entirely. You could try integration, but then you run into the possibility of erasing true biological variability. Still one of the most prominent issues in the field

  • @blackmatti86
    @blackmatti86 Год назад

    Thank you so much for this video! I keep coming to it all the time during my analysis. I have a one question though, how is it that in all my samples I do not seem to have 'blacklist_region_fragments'? I mean, I have a column but the values are all '0'. And it is the case with all the samples I have... Everything else seems to work fine and I can follow the whole tutorial but I never get to see the 'blacklist_ratio' and cannot filter it out. Thank you 🙏

    • @sanbomics
      @sanbomics  Год назад +1

      No problem! Hmm, were the data you used 10x libraries processed with 10x software? I thought it would be included by default in the metadata. Don't sweat it too much though. I have processed other data that don't have them just fine.

    • @blackmatti86
      @blackmatti86 Год назад

      Yes, it was processed by CellRanger so not sure why I don't have them 🤔 not going to worry about it though 🙂 Thanks! 💐

    • @sanbomics
      @sanbomics  Год назад

      Strange.. maybe an older version or something. Not sure. If you have access to fastq you can try rerunning using the most recent ref/software version

  • @marwanmohamed3844
    @marwanmohamed3844 Год назад

    thank you so much for all those amazing vidios, i am soon starting my Bioinformatic internship its all about analysis of SC data so this is so helpfull for me.
    i just want to take ur advice about something, i all my life was a wetlab guy, now switching to the computers isn't that easy, i find my self understanding the steps and workflow but am not comfortable yet with the coding and i spend alot of time trying understand the meaning of each code you use, so i wanted to ask if you have any recommendation for playlists or video's to help me speed up my coding skills in python and r ?
    is there a method to follow or any advice? thanks alot again for all this amazing video's

    • @sanbomics
      @sanbomics  Год назад

      Thats how I started years ago. My best advice is come up with a project. It doesn't even have to be related to bioinformatics. It could be something like writing a program that can play a simple card game that you like. It doesn't matter what it is, but I feel like having a goal is the best way to start. Then only watch videos and tutorials when you are trying to learn something very specific. Writing code to do something helps you learn faster than trying to remember someone else's code in my opinion.

  • @blackmatti86
    @blackmatti86 Год назад

    🎉🎉🎉

  • @nguyenduchieutmu300
    @nguyenduchieutmu300 Год назад

    Wonderful and informative video. But can you do the whole tutorial video like you did previously on rna seq database ?
    I am currently doing project with atac seq data but still struggling.

    • @sanbomics
      @sanbomics  Год назад +1

      I plan to eventually! I've been very busy irl though, sadly

    • @nguyenduchieutmu300
      @nguyenduchieutmu300 Год назад

      @@sanbomics if you can make one, i really appreciate. Your videos are so helpful to me and those who are new to this field. Thank you so much 😊! Hope you can make more videos frequently in the future .

  • @chrisdoan3210
    @chrisdoan3210 Год назад

    Hi Mark, I have ATAC seq data in these file format: bam files, .bw files, and fastq files. I don't have .h5 , csv and tsv file as you did in this tutorial. So I am trying to install some ATAC pipeline which is a lot more complicated, would you please have a suggestion in my case?

    • @sanbomics
      @sanbomics  Год назад

      What technology was used to generate it?

    • @chrisdoan3210
      @chrisdoan3210 Год назад

      @@sanbomics From 10x genomics I think.

    • @chrisdoan3210
      @chrisdoan3210 Год назад

      @@sanbomics Looking forward to hear from you 😅.

  • @ashwaqkhaled7530
    @ashwaqkhaled7530 Год назад

    Is there a way to be in contact with you rather than Twitter and RUclips ? I would be grateful ! Thank you!

    • @sanbomics
      @sanbomics  Год назад

      Umm, I don't really have a mechanism set up other than those. Github also I suppose. But twitter is the only place you can DM me.

  • @ahmedal-mammari9639
    @ahmedal-mammari9639 Год назад +1

    thank you so much for this video, please how we can contact with you ?

  • @ameliac7338
    @ameliac7338 10 месяцев назад

    What about .bw files?

    • @sanbomics
      @sanbomics  9 месяцев назад

      Hi! What about them?