TCGA Biomarkers Identification using Machine Learning | Complete Walkthrough

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

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

  • @rk956
    @rk956 2 года назад +1

    Thanks again for previous help! One question I'm having issue with. I used legacy data, so the GDCprepare function did not work for my query. I was able to design a workaround where I created a count matrix manually, with the metadata in a separate table. How would I go about assigning training labels to data that's not in SummarizedExperiment format? I.e. how would I replicated the below code by using two separate data frames - one for expression data and another for metadata:
    train_label % as.numeric ()
    train_label

    • @rk956
      @rk956 2 года назад

      please let me know if you have any guidance!

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

    Great presentation!
    Much appreciated!👍

  • @salma-amlas
    @salma-amlas 5 месяцев назад

    great video

  • @mangalahegde3805
    @mangalahegde3805 2 года назад

    Hi, Thank you so much. This is really helpful

  • @RanjeetSingh-xw7lr
    @RanjeetSingh-xw7lr 10 месяцев назад

    Hi there! Awesome video - super cool stuff! I ran the code
    dge

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

    Hi,
    This is absolutely a great video!!
    Please, I did not understand your explanation in code line 70: about removing "Metastatic". I am doing similar ML project with "TCGA-BLCA" i.e Bladder cancer but not with ANN. my sample group is "Primary Tumor ,Solid Tissue Normal". I was thinking of how to implement code line 70, but, I actually don't get it.
    could you brief me in line with my Project?
    regards,

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

      because you might not have "Metastatic" in your data, so check for unique values and eliminate which is not necessary.
      unique(sedf@colData@listData$sample_type) will give you unique values in the sample, instead of Metastatic, you could remove which ever type you wish to remove.

    • @LINAMEZIANE-dr6dd
      @LINAMEZIANE-dr6dd Месяц назад

      can you share with me your github for this project?

  • @md.ishtiakrashid1523
    @md.ishtiakrashid1523 2 года назад

    I was wondering if this could be used in case of 16S amplicon sequencing data. Could you please enlighten me?

    • @LiquidBrain
      @LiquidBrain  2 года назад

      Yeap, it can, but how useful the outcome is, it going to be strongly dependent on your interpretation

  • @user-vn9gp9le1x
    @user-vn9gp9le1x 2 года назад

    Hi I'm having a hard time understanding about finding goi. Can you tell me about the theory of finding good nodes (gene of interst) by summing total weight and bias?

    • @LiquidBrain
      @LiquidBrain  2 года назад

      It's not really a great example how it can be used, but a higher Weight and bias signifies the gene expression is being considered as part of the data for the classification process. Even a lowly expressed gene can get a high activation value if they are being multiplied with a big number

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

    Time series on binomial outcomes!?
    Ex.: gene expression comparison by death versus survival over 30 days!?
    🤔

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

    you did not tel me how to select project id because manifest file downloading is tricky you firs need to tel that

  • @rutchristine6554
    @rutchristine6554 2 года назад

    hi I tried your code especially for PCA visualization but my graph would not show. It says table of extent 0>. How do I solve this? I am totally new in r. Thank you

    • @LiquidBrain
      @LiquidBrain  2 года назад

      Hmm, can you show me what's the code that you run when you get the error? And is your input matrix containing all numbers (no alphabet)?

    • @ishas.7508
      @ishas.7508 Год назад

      I am facing the same issue....what can be done?

    • @ishas.7508
      @ishas.7508 Год назад

      ! Problem while converting geom to grob.
      ℹ Error occurred in the 1st layer.
      this is the error for PCA