Identify Doublets using scDblFinder in scRNA-seq dataset

Поделиться
HTML-код
  • Опубликовано: 3 фев 2025

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

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

    Thank you very much for informative tutorial. You helped us a lot.❤

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

    Thanks for the informative videos.

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

    Thank you for this tut❤️❤️

  • @苏秋羊
    @苏秋羊 Месяц назад +1

    Professor, thanks for your video. I have one question, could i use scDblfinder with mergerd data? Thanks.

  • @Collection_of_online_tutorials
    @Collection_of_online_tutorials  Год назад +2

    ### Identify doublets using scDblFinder
    library(Seurat)
    library(tidyverse)
    suppressPackageStartupMessages(library(scDblFinder))
    set.seed(123)
    # 1. Create Seurat Objects
    NML1

  • @saleenayounus7797
    @saleenayounus7797 8 месяцев назад

    Dear professor could you make a video for stemness features identification

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

    Sir, in the creation of Seurat object step, why did you give the condition min.cells = 3 ? Is 3 cells a default threshold value ? Also how to fix the threshold value of nFeature_RNA and nCount_RNA ?

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

    Sir, how to fix the threshold value in quality control filtering according to our data ?