Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pseudobulk Analysis with Decoupler and edgeR #5617

Open
wants to merge 41 commits into
base: main
Choose a base branch
from

Conversation

dianichj
Copy link
Contributor

@dianichj dianichj commented Dec 6, 2024

🚀 Pseudobulk Analysis with Decoupler and edgeR

Summary

This tutorial introduces pseudobulk analysis using Decoupler and edgeR in Galaxy 🌌. It covers data preparation, generating pseudobulk expression matrices, and performing differential expression analysis, including a Volcano Plot for final visualization of results 🌋📊.

🔗 Zenodo Link

https://zenodo.org/records/13929549

🎯 Objectives

  • 🧬 Understand pseudobulk analysis principles.
  • 🛠️ Generate pseudobulk expression matrices with Decoupler.
  • 📈 Perform differential expression analysis with edgeR.

✨ Key Points

  • 🔄 Pseudobulk bridges single-cell and bulk RNA-seq data.
  • 🧮 Decoupler enables pseudobulk matrix generation.
  • 🛡️ edgeR is robust for differential expression in pseudobulk data.

📋 Pending Items

  • Finalize tutorial last steps and instructions.
  • Add final plots and figures 🖼️.
  • Revise explanations for parameters and key steps 🧐.
  • Review formatting and style ✍️.

💡 Feel free to review and share your feedback—your input is much appreciated! 🙌

@dianichj dianichj marked this pull request as ready for review January 17, 2025 13:05
@dianichj dianichj requested a review from a team as a code owner January 17, 2025 13:05
@bgruening
Copy link
Member

The failing test is because of:

Liquid Exception: Liquid syntax error (line 325): Tag '{% Remove columns %}' was not properly terminated with regexp: /%}/ in topics/single-cell/tutorials/pseudobulk-analysis/tutorial.md

Copy link
Member

@shiltemann shiltemann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot @dianichj! This looks good, just a couple broken boxes and formatting tweaks (see below)

Just out of curiosity, are you all set up to get a local preview of your tutorial? This can also be done online using CodeSpaces now (see tutotrial)


In this tutorial, we will guide you through a pseudobulk analysis workflow using the **Decoupler** and **edgeR** tools available in Galaxy ({% cite Badia-iMompel2022 %}) ({% cite Liu2015 %}). These tools facilitate functional and differential expression analysis, and their output can be integrated with other Galaxy tools to visualize results, such as creating Volcano Plots, which we will also cover in this tutorial.

> <agenda-title>Pseudobulk Analysis Pipeline Agenda</agenda-title>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the agenda will be automatically generated based on your section titles, pleas replace this with

> <agenda-title></agenda-title>
>
> In this tutorial, we will cover:
>
> 1. TOC
> {:toc}
>
{: .agenda}

> 1. What are the output(s) of the edgeR tool?
> 2. How can we interpret our output result file?
>
> <solution-title>edgeR Outputs and Interpretation</solution-title>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since these boxes are nested, make sure to add a > in front of this line and every line below until the end of the solution box

# Key Takeaways and Recommendations

## Key Takeaways
- **Pseudobulk Analysis Advantage:** Pseudobulk analysis bridges single-cell and bulk RNA-seq approaches, combining high resolution with statistical robustness.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

anything you add in key_points metadata will be added in a box at the end of the tutorial, so you could consider moving these there.

@dianichj
Copy link
Contributor Author

Thanks a lot @dianichj! This looks good, just a couple broken boxes and formatting tweaks (see below)

Just out of curiosity, are you all set up to get a local preview of your tutorial? This can also be done online using CodeSpaces now (see tutotrial)

Thanks a lot for all your comments, Saskia! I will check it again locally after going over all your revisions and will ping you with a comment. 😊

@dadrasarmin
Copy link
Contributor

Thanks a lot @dianichj! This looks good, just a couple broken boxes and formatting tweaks (see below)

Just out of curiosity, are you all set up to get a local preview of your tutorial? This can also be done online using CodeSpaces now (see tutotrial)

I did not know this Saskia. Thanks for mentioning it! I was following this. I noticed the linked you mentioned here is available here but I think the link in the README is the one that a new user would check.

Thanks.

@shiltemann
Copy link
Member

@dadrasarmin that is a very good point, I tend to forget about the README file, I will update that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants