Music: Pre-grouping cell types

single-cell-bulk-music/music-pre-grouping-cell-types

Author(s)
Morgan Howells
version Version
1
last_modification Last updated
Feb 10, 2025
license License
MIT
galaxy-tags Tags
transcriptomics
single-cell

Features
Tutorial
hands_on Bulk RNA Deconvolution with MuSiC
workflow Other workflows associated with this material
Workflow Testing
Tests: ✅
Results: Not yet automated
FAIRness purl PURL
https://gxy.io/GTN:W00312
RO-Crate logo with flask Download Workflow RO-Crate Workflowhub cloud with gears logo View on (Dev) WorkflowHub
Launch in Tutorial Mode question
galaxy-download Download
flowchart TD
  0["ℹ️ Input Dataset\nscRNA Assay Tabular"];
  style 0 stroke:#2c3143,stroke-width:4px;
  1["ℹ️ Input Dataset\nscRNA Phenotype Tabular"];
  style 1 stroke:#2c3143,stroke-width:4px;
  2["ℹ️ Input Dataset\nBulk RNA Assay Tabular"];
  style 2 stroke:#2c3143,stroke-width:4px;
  3["ℹ️ Input Dataset\nBulk RNA Phenotype Tabular"];
  style 3 stroke:#2c3143,stroke-width:4px;
  4["ℹ️ Input Dataset\nepith.markers"];
  style 4 stroke:#2c3143,stroke-width:4px;
  5["ℹ️ Input Dataset\nimmune.markers"];
  style 5 stroke:#2c3143,stroke-width:4px;
  6["Construct Expression Set Object"];
  0 -->|output| 6;
  1 -->|output| 6;
  7["Construct Expression Set Object"];
  2 -->|output| 7;
  3 -->|output| 7;
  8["MuSiC Deconvolution"];
  7 -->|out_rds| 8;
  6 -->|out_rds| 8;
  9c4e9980-be47-4095-b116-5c6874329f63["Output\nout_pdf"];
  8 --> 9c4e9980-be47-4095-b116-5c6874329f63;
  style 9c4e9980-be47-4095-b116-5c6874329f63 stroke:#2c3143,stroke-width:4px;
  9["MuSiC Deconvolution"];
  7 -->|out_rds| 9;
  4 -->|output| 9;
  5 -->|output| 9;
  6 -->|out_rds| 9;
  3935b7f2-a422-4ad8-bbe2-65615865174b["Output\nout_tab"];
  9 --> 3935b7f2-a422-4ad8-bbe2-65615865174b;
  style 3935b7f2-a422-4ad8-bbe2-65615865174b stroke:#2c3143,stroke-width:4px;
  a002d52f-2253-4763-852e-6fe3ef90d352["Output\nout_pdf"];
  9 --> a002d52f-2253-4763-852e-6fe3ef90d352;
  style a002d52f-2253-4763-852e-6fe3ef90d352 stroke:#2c3143,stroke-width:4px;

Inputs

Input Label
Input dataset scRNA Assay Tabular
Input dataset scRNA Phenotype Tabular
Input dataset Bulk RNA Assay Tabular
Input dataset Bulk RNA Phenotype Tabular
Input dataset epith.markers
Input dataset immune.markers

Outputs

From Output Label
toolshed.g2.bx.psu.edu/repos/bgruening/music_deconvolution/music_deconvolution/0.1.1+galaxy4 MuSiC Deconvolution
toolshed.g2.bx.psu.edu/repos/bgruening/music_deconvolution/music_deconvolution/0.1.1+galaxy4 MuSiC Deconvolution

Tools

Tool Links
toolshed.g2.bx.psu.edu/repos/bgruening/music_construct_eset/music_construct_eset/0.1.1+galaxy4 View in ToolShed
toolshed.g2.bx.psu.edu/repos/bgruening/music_deconvolution/music_deconvolution/0.1.1+galaxy4 View in ToolShed

To use these workflows in Galaxy you can either click the links to download the workflows, or you can right-click and copy the link to the workflow which can be used in the Galaxy form to import workflows.

Importing into Galaxy

Below are the instructions for importing these workflows directly into your Galaxy server of choice to start using them!
Hands On: Importing a workflow
  1. Click on galaxy-workflows-activity Workflows in the Galaxy activity bar (on the left side of the screen, or in the top menu bar of older Galaxy instances). You will see a list of all your workflows
  2. Click on galaxy-upload Import at the top-right of the screen
  3. Provide your workflow
    • Option 1: Paste the URL of the workflow into the box labelled “Archived Workflow URL”
    • Option 2: Upload the workflow file in the box labelled “Archived Workflow File”
  4. Click the Import workflow button

Below is a short video demonstrating how to import a workflow from GitHub using this procedure:

Video: Importing a workflow from URL

Version History

Version Commit Time Comments
2 a3d204d88 2025-01-23 11:25:14 update workflow tests
1 34c646737 2024-12-12 11:46:51 add new workflows

For Admins

Installing the workflow tools

wget https://training.galaxyproject.org/training-material/topics/single-cell/tutorials/bulk-music/workflows/music_pre-grouping_cell_types.ga -O workflow.ga
workflow-to-tools -w workflow.ga -o tools.yaml
shed-tools install -g GALAXY -a API_KEY -t tools.yaml
workflow-install -g GALAXY -a API_KEY -w workflow.ga --publish-workflows