Upload your RNAseq data

1

Navigate to the Latch Data tab on the left panel.

Use the ‘Upload’ modal found on the top right, and upload your raw .fastq or .fastq.gz files to Latch Data with the upload modal.

Set up samplesheet on Latch Registry

1

Navigate to the Latch Registry tab on the left panel.

Create new Project (if needed) and a new Sheet under that Project for the experiment being run.

2

Select the ‘Import -> Bulk Import Sequencing Data’ modal on the top right of the screen.

3

Choose the folder containing your raw RNAseq data and click ‘Select’.

4

Confirm or modify name parsing method used to auto-group your samples and click ‘Next’.

5

Fill in ‘fastq_1’ and ‘fastq_2’ for your forward and reverse read file respectively and click ‘Import’.

6

This will generate a samplesheet on Latch Registry for your data.

Launch ‘nf-core/rnaseq’ Latch Workflow

1

Navigate to the Latch Workflows tab on the left panel.

Choose the ‘nf-core/rnaseq’ workflow in ‘All Workflows’ or My Workflows’ (if you have added it).

2

Import samplesheet with ‘Import Rows from Registry’.

3

Choose needed samplesheet, followed by needed samples (select all on top left if needed.

4

Map samplesheet columns to workflow parameters and click ‘Import’.

Click on the (x) for strandedness in most cases - only use strandedness if you have an nf-core specific strandedness column in your metadata.
5

Choose ‘Reference Genome’ from ‘Latch Verified Reference Genome’ tab.

Or choose your own Reference FASTA and GTF in the ‘Custom Reference Genome’ tab.

6

[Optional - Advanced] Choose alignment method or pseudoalignment method.

7

[Fill in a ‘Run Name’ and hit ‘Launch Execution’.

Do not use spaces in the Run Name.

We recommend leaving the Output Directory to its default location.

(Optional - Advanced) Choose other parameters in ‘Optional Arguments’.

There are descriptions for every parameter available when you hover above the (i) symbol on a parameter name.

8

[Optional] Monitor the execution under ‘All Executions’.

Double click the execution to be taken to detailed logs.

9

Once complete, the output will be found in the output directory under your provided run name.

Useful outputs are the run HTML report and all the computational outputs in the folder that matches the name of the aligner you used.

Differential Gene Expression

Launch ‘DESeq2 (Differential Expression)’ Latch Workflow

1

Navigate to the Latch Workflows tab on the left panel.

Choose the ‘DESeq2 (Differential Expression)’ workflow in ‘All Workflows’ or My Workflows’ (if you have added it).

2

Choose your input counts file from the outputs of ‘nf-core/rnaseq’.

All outputs from ‘nf-core/rnaseq’ have an output folder called ‘deseq2_counts’ with a TSV file that is the optimal input for DESeq2.
3

Choose your conditions for your samples in the ‘Manual Input’ design matrix tab.

Or choose advanced conditions for your samples in the ‘File/Registry’ tab through Latch Data or Latch Registry.

4

Choose ‘Report Name’ and hit ‘Launch Workflow’.

We recommend leaving the Output to its default location.

Visualize differential gene expression outputs in Latch Plots

1

Navigate to the Latch Plots tab on the left panel.

Choose the ‘Differential Gene Expression Visualizer (0.0.6)’ template.

2

Once the DESeq2 run is done, choose your outputted run (or select from Latch Data if a custom output location was used) and scroll through for QC graphs and heatmaps.

3

Choose ‘Contrast Conditions’ and ‘Genes of Interest’ for comparison and visualize Volcano and MA Plots.

4

If needed, turn on ‘Dev Mode’ in the top right and add more plots or code blocks <Redirect to Plots Wiki>.

Click on the (x) for strandedness in most cases - only use strandedness if you have an nf-core specific strandedness column in your metadata.

Pathway Enrichment

Launch ‘Pathway Enrichment Analysis’ Latch Workflow

1

Navigate to the Latch Workflows tab on the left panel.

Choose the ‘Pathway Enrichment Analysis’ workflow in ‘All Workflows’ or My Workflows’ (if you have added it).

2

Choose your needed contrast file from the DESeq2 run output.

Each run will have a ‘Data/Contrast’ folder with a file for every comparison created in DESeq2.

3

Choose your ‘Species’ and ‘Run Name’ and hit ‘Launch Workflow’.

4

Useful outputs are the final ‘Report.html’ generated.



Bulk RNA-seq Overview

For a detailed overview of how Bulk-RNA Seq works, read our article.