Skip to content

Commit 6445877

Browse files
Merge pull request #5474 from nomadscientist/reloaded_trajectory
update learning pathways for seurat and scanpy
2 parents 3b04f69 + 63c9829 commit 6445877

File tree

2 files changed

+75
-5
lines changed

2 files changed

+75
-5
lines changed

learning-pathways/beyond_single_cell.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,33 @@ description: |
1919
For support throughout these tutorials, join our Galaxy [single cell chat group on Matrix](https://matrix.to/#/#Galaxy-Training-Network_galaxy-single-cell:gitter.im) to ask questions!
2020
2121
pathway:
22-
- section: "Module 1: Case study"
22+
- section: "Module 1: Preparing the dataset"
2323
description: |
24-
These tutorials take you from raw scRNA sequencing reads to cell cluster plots to replicate a published analysis.
24+
This tutorial takes you from the large files containing raw scRNA sequencing reads to a smaller, combined cell matrix.
2525
tutorials:
2626
- name: scrna-case_alevin
2727
topic: single-cell
2828
- name: scrna-case_alevin-combine-datasets
2929
topic: single-cell
30+
- section: "Module 2: Generating cluster plots"
31+
description: |
32+
These tutorials take you from the pre-processed matrix to cluster plots and gene expression values. You can pick whether to follow the Scanpy or Seurat tutorials - they will accomplish the same thing and generate the same results, so follow whichever you prefer!
33+
tutorials:
3034
- name: scrna-case_basic-pipeline
3135
topic: single-cell
36+
- name: scrna-case_FilterPlotandExplore_SeuratTools
37+
topic: single-cell
3238

33-
- section: "Module 2: Inferring trajectories"
39+
- section: "Module 3: Inferring trajectories"
3440
description: |
35-
This isn't strictly necessary, but if you want to infer trajectories - pseudotime relationships between cells - you can try out these tutorials with the same dataset. Note that you get two options for inferring trajectories, you can choose either.
41+
This isn't strictly necessary, but if you want to infer trajectories - pseudotime relationships between cells - you can try out these tutorials with the same dataset. Again, you get two options for inferring trajectories, and you can choose either.
3642
tutorials:
3743
- name: scrna-case_trajectories
3844
topic: single-cell
3945
- name: scrna-case_monocle3-trajectories
4046
topic: single-cell
4147

42-
- section: "Module 3: Moving into coding environments"
48+
- section: "Module 4: Moving into coding environments"
4349
description: |
4450
Did you know Galaxy can host coding environments? They don't have the same level of computational power as the easy-to-use Galaxy tools, but you can unlock the full freedom in your data analysis. You can install your favourite single-cell tool suite that is not available on Galaxy, export your data into these coding environments and run your analysis there. If you want your favourite tool suite as a Galaxy tool, you can always request [here](https://docs.google.com/spreadsheets/d/15hqgqA-RMDhXR-ylKhRF-Dab9Ij2arYSKiEVoPl2df4/edit?usp=sharing). Let's start with the basics of running these environments in Galaxy.
4551
tutorials:
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
---
2+
layout: learning-pathway
3+
tags: [advanced]
4+
cover-image: assets/images/wab-annotatedcells-2.png
5+
cover-image-alt: "Image of cells in different coloured clusters"
6+
type: use
7+
8+
editorial_board:
9+
- nomadscientist
10+
- pavanvidem
11+
12+
title: Applying single-cell RNA-seq analysis in Coding Environments
13+
description: |
14+
Gone is the pre-annotated, high quality tutorial data - now you have real, messy data to deal with. You have decisions to make and parameters to decide. This learning pathway challenges you to replicate a published analysis as if this were your own dataset. You will perform this analysis in coding environments hosted on Galaxy, instead of Galaxy's button-based tool interface.
15+
16+
The data is messy. The decisions are tough. The interpretation is meaningful. Come here to advance your single cell skills! Note that you get two options: performing the analysis predominantly in R or in Python.
17+
18+
For support throughout these tutorials, join our Galaxy [single cell chat group on Matrix](https://matrix.to/#/#Galaxy-Training-Network_galaxy-single-cell:gitter.im) to ask questions!
19+
20+
21+
22+
pathway:
23+
- section: "Module 1: Coding environments in Galaxy"
24+
description: |
25+
Let's start with the basics of running a coding environments in Galaxy.
26+
tutorials:
27+
- name: jupyterlab
28+
topic: galaxy-interface
29+
- name: galaxy-intro-jupyter
30+
topic: galaxy-interface
31+
- name: rstudio
32+
topic: galaxy-interface
33+
34+
- section: "Module 2: Preparing the dataset"
35+
description: |
36+
These tutorials take you from raw scRNA sequencing reads to a matrix ready for downstream analysis. Galaxy coding environments don't have the same level of computational power as the easy-to-use Galaxy tools, so in practice, dataset preparation is usually performed in the Galaxy user interface to process the dataset into something smaller, which can then be analysed in the coding environment. Nevertheless, the whole process can be performed in a coding environment.
37+
tutorials:
38+
- name: alevin-commandline
39+
topic: single-cell
40+
41+
- section: "Module 3: Generating cluster plots"
42+
description: |
43+
These tutorials take you from the pre-processed matrix to cluster plots and gene expression values. You can pick whether to follow the Python (Scanpy) or R (Seurat) tutorial.
44+
tutorials:
45+
- name: scrna-case-jupyter_basic-pipeline
46+
topic: single-cell
47+
- name: scrna-case_FilterPlotandExploreRStudio
48+
topic: single-cell
49+
50+
- section: "Module 4: Inferring trajectories"
51+
description: |
52+
This isn't strictly necessary, but if you want to infer trajectories - pseudotime relationships between cells - you can try out these tutorials with the same dataset. Again, you can choose whether to follow the Python (Scanpy) or R (Monocle) tutorial.
53+
tutorials:
54+
- name: scrna-case_JUPYTER-trajectories
55+
topic: single-cell
56+
- name: scrna-case_monocle3-rstudio
57+
topic: single-cell
58+
59+
- section: "The End!"
60+
description: |
61+
And now you're done! You will find more features, tips and tricks in our general [Galaxy Single-cell Training page](/training-material/topics/single-cell/index.html).
62+
---
63+
64+
Want to try scRNA-seq analysis in a coding environment? Follow this learning path!

0 commit comments

Comments
 (0)