End-to-end analysis of a gene microarray dataset | bespokeDS

Sdílet
Vložit
  • čas přidán 8. 06. 2024
  • For this month's meet-up, we will analyse a microarray dataset from the Gene Expression Omnibus (GEO). We will go through the code provided by the GEO2R tool for comparing gene expression between two groups, and explain what each line does. Although it doesn't offer the same flexibility that doing the analysis in R provides, GEO2R is a useful point-and-click tool for simple group comparisons.

Komentáře • 10

  • @komalarshad1462
    @komalarshad1462 Před 11 měsíci +2

    In this video You analyze the One GSE data though R. My question is how we analyze the two GSE datasets through R . We select the affected samples from one data and control samples from the second GSE..

  • @musa4060
    @musa4060 Před 3 lety +9

    Can you please make a video about the limma package? Especially the model matrix design. I got confused!

    • @akshaybareja4697
      @akshaybareja4697 Před rokem

      This is a super tricky concept! We recently made a video on this that I hope clears things up a little - czcams.com/video/HWOllPTpnq0/video.html

  • @learningtime1367
    @learningtime1367 Před 3 lety

    How can we get gene symbol when there is no column specifying it. I have a column "GB_LIST"-anyway to get it from there?

  • @samanashtiani1420
    @samanashtiani1420 Před 2 lety +1

    Just at 16:55 I think you initially meant to say there was no need for log2 transformation, since LogC was FALSE. Thanks for the very useful technical tips and guidelines.

  • @komalarshad1462
    @komalarshad1462 Před 11 měsíci

    Can you guide me about the analysis of two of 2 GSE datasets..

  • @user-rf1nr1em3c
    @user-rf1nr1em3c Před 8 měsíci

    Hello, everything worked fine for me until the last function where i tried to save the table, i get the message :
    Error in `[.data.frame`(x, r, vars, drop = drop) :
    undefined columns selected
    i checked, and i haven't made any mistakes in the code. What could be the problem? is there any other way to save the table??

  • @melikaameli3539
    @melikaameli3539 Před 10 měsíci

    Hi when i run fit2 on my contrast matrix i get a error saying row name of contrast does not math row name of coefficient . Can you help me understand which part is my mistake?

  • @kajalpanchal8239
    @kajalpanchal8239 Před rokem +1

    hey! I am confused how the grouping works

    • @akshaybareja4697
      @akshaybareja4697 Před rokem

      We made a follow-up video that I hope makes this a little clearer - czcams.com/video/HWOllPTpnq0/video.html