Spatial Data Analysis using Seurat: Nanostring CosMx Lung Cancer Dataset

Поделиться
HTML-код
  • Опубликовано: 20 окт 2023
  • НаукаНаука

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

  • @Collection_of_online_tutorials
    @Collection_of_online_tutorials  9 месяцев назад +5

    ### I: Human Lung: Nanostring CosMx Spatial data analysis in Seurat
    library(Seurat)
    library(tidyverse)
    ### 1. loading the data
    # lung5-rep1-demostration data
    # nanostring.com/products/cosmx-spatial-molecular-imager/nsclc-ffpe-dataset//
    # the coordinates for the cell boundaries
    # www.dropbox.com/s/hl3peavrx92bluy/Lung5_Rep1-polygons.csv?dl=0
    nano.obj

  • @asshimul1168
    @asshimul1168 9 месяцев назад +1

    Wow wow ow!! Awesome tutorial indeed. God bless you professor 🎉😊

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

    Thanks for making this and sharing the commands here. This extremely helpful...

  • @aleemaiqbal1957
    @aleemaiqbal1957 7 месяцев назад +1

    Thank you!!!

  • @synatkeam5597
    @synatkeam5597 9 месяцев назад +1

    Wow❤

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

    💯

  • @raising_ssemssem
    @raising_ssemssem 3 месяца назад

    HI, thank you. Dont you have to do QC for the data?

  • @RuthC-bl2qo
    @RuthC-bl2qo 6 месяцев назад

    hi, thankyou for the wonderful tutorial! im just wondering, do you need to use those csv files in the raw Nanostring output?

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

    Thanks you so much, it is very helpful. I analyze my data with your code, but always give me an error with this code “ ImageDimPlot(nano.objb, fov = "b", cols = "glasbey")”. It said “ No compatible spatial coordinates present”. Which files save this information? I have all the files as yours ( including the polygons csv file). But I noticed my CellComposite .tif file size is 284kb, yours is 7.3M. Is that means we lost spatial coordinates information? Is this the reason that I run R code failed?
    I hope you can see my message, and kindly reply me.

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

    Could you do stereo-seq analysis?

  • @dcobordom
    @dcobordom 7 дней назад

    Would it be possible to do the CosMX seurat for Pancreas - stuck at the first ImageDimplot with the error - Error in ImageDimPlot(nano.obj, fov = "Pancreas", cols = "glasbey") :
    No compatible spatial coordinates present and also
    > ImageDimPlot(nano.obj, fov = "Pancreas ", nano.obj, fov = "Pancreas-CosMx-WTx-FlatFiles", cols = "glasbey")
    Error in ImageDimPlot(nano.obj, fov = "Pancreas ", nano.obj, fov = "Pancreas-CosMx-WTx-FlatFiles", :
    formal argument "fov" matched by multiple actual arguments

    • @Collection_of_online_tutorials
      @Collection_of_online_tutorials  6 дней назад +1

      I have one, but not recorded🤭

    • @dcobordom
      @dcobordom 2 дня назад

      @@Collection_of_online_tutorials Hahah - if you could help with the code that would be amazing- think from following this tutorial I could do it or a video could also be amazing!!

  • @yhd7843
    @yhd7843 9 месяцев назад +1

    OMG, It's very helpful !! Can you available teach about CODEX spatial data too ?

    • @Collection_of_online_tutorials
      @Collection_of_online_tutorials  9 месяцев назад +1

      could do

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

      @@Collection_of_online_tutorials Oh, I saw your comment late.. I heard that COSMEX data is not a transcriptome data. It's similar to protein data right? I saw the COSMEX can convert to Seurat Obeject and available dimension reduction too. Is it possible function analysis such as like DEG or GSEA? And can you reviewd CODEX data?

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

      CosMx has protein data too, at the moment, it anlyze 64 proteins, yes I will make a video for Akoya PhenoCycler (CODEX) data

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

      Most gene and protein pannels are cell type specifc markers, it is difficult to do GSEA anlysis.😆

  • @Pierre-AlexisDaCosta
    @Pierre-AlexisDaCosta 6 месяцев назад

    Hello,
    Sorry to bother you but the dropbox where the cell boundaries were seems to have been deleted, would you know how I can access the cell boundaries for the whole lung cancer dataset?
    Thank you for your help!

    • @Collection_of_online_tutorials
      @Collection_of_online_tutorials  6 месяцев назад

      the cell boundaries were provided by Nanostring by request, you can email Nanostring, alternatively, you can use the Giotto pacakge which doesn't need the cell boundary files.

    • @Pierre-AlexisDaCosta
      @Pierre-AlexisDaCosta 6 месяцев назад

      @@Collection_of_online_tutorials thank you! Do you have an email adress or should i use their site to contact them?

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

    a