Easy RNAseq volcano plot with one line of code

Поделиться
HTML-код
  • Опубликовано: 13 ноя 2022
  • Make a super easy and PRETTY volcano plot from differentially expressed genes with only one line of code. Plotting aesthetic figures can be challenging and/or time consuming. Here I show you how to make a pretty volcano plot without needed much prior coding knowledge. They are also highly customizable for more advanced users.
  • НаукаНаука

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

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

    I really needed this yesterday.. Thanks to you, I can see comfortable results.

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

      Well I am sure you will be needing to make another volcano plot sometime soon! xD

  • @hwee-seon
    @hwee-seon Год назад

    That was just the epic first 10 seconds... What a stunning..!👏

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

    Very nice, will be using this for sure. Keep up the good videos!

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

    Bro, what? So cool to create a package that's based on your channels name! You're insane bro, in a good way! I guess I gotta long way to get to your level😅. Congratulations Broski!

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

      haha thanks! You'll be there one day. I can still remember the days I didn't know what I was doing.

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

    Brilliant! I'm looking forward to the package converting Ensemble IDs to Gene symbols.

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

      Should be releasing it this week!

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

    Simply woww..

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

    pretty outstanding....!

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

    amazing! So cool!

  • @DN-vw5qz
    @DN-vw5qz Год назад

    This is quite helpful. Thank you

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

      You're welcome!

    • @DoroNyamai
      @DoroNyamai 11 месяцев назад

      @@sanbomics Do you have a function in the package that can be used to change the colors of differentially expressed genes?

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

      Yup! you should be able to pass a color dictionary. color + list of genes. Check the docstring

    • @DoroNyamai
      @DoroNyamai 11 месяцев назад

      @@sanbomics Cool, thanks so much

  • @user-fq4qu7li2m
    @user-fq4qu7li2m 7 месяцев назад

    Amazing..

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

    Hi, how do I alter the scale on your Y and X axis? :) Great video btw

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

      No way to do it right now.. will be making it more customizable in the future.

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

    Thank you for the amazing tool, I just have 2 questions: 1: How to add a title to the plot, and 2: is there a possibility to change the names DE and not DE?

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

      You can if you pass dictionaries of which to label. But this is a little involved. I plan to change it in the future to allow a little more flexibility. Right now, it may just be better to edit them afterwards in something like illustrator or powerpoint

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

    What word does DE stand for? Can it be changed to significant change and non-significant change?

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

      differentially expressed or differential expression. The genes that are DE will depend on the thresholds you use. Typically we use a corrected p-value < 0.05, so your DE genes at a minimum should be statistically significant.

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

      @@sanbomics Thank you!

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

    Just one question, if you simply want unregulated genes in red and down regulated genes in blue, how should I write the code? 😅

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

      You can pass the upregulated genes and downregulated genes as a dictionary to the color_dict. Just grab their ids from the dataframe. It will look something like {'upregulated': the_up_genes, 'downregulated': the_down_genes}

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

      you will also have to change the argument with the color order too

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

      May I ask how can you change the argument with color order so that I could specify which group to be in which color?

    • @DN-vw5qz
      @DN-vw5qz Год назад

      @vjsanchezarevalo did you manage to customize the color based on the upregulated and downregulated genes. I need some guidance please.

  • @zamhazri6240
    @zamhazri6240 Месяц назад

    haii may I know if it runs .tsv file?

    • @sanbomics
      @sanbomics  Месяц назад

      if you import the tsv first as a pandas dataframe