You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://doi.org/10.5281/zenodo.3568187)
78
+
79
+
**nf-core/scrnaseq** is a bioinformatics best-practice analysis pipeline for processing 10x Genomics single-cell RNA-seq data.
80
+
81
+
## Introduction
82
+
83
+
This workflow is hosted on Latch Workflows, using a native Nextflow integration, with a graphical interface for accessible analysis by scientists. There is also an integration with Latch Registry so that batched workflows can be launched from “graphical sample sheets” or tables associating raw sequencing files with metadata.
84
+
85
+
This is a community effort in building a pipeline capable to support:
86
+
87
+
- Alevin-Fry + AlevinQC
88
+
- STARSolo
89
+
- Kallisto + BUStools
90
+
91
+
## Documentation
92
+
93
+
The nf-core/scrnaseq pipeline comes with documentation about the pipeline [usage](https://nf-co.re/scrnaseq/usage), [parameters](https://nf-co.re/scrnaseq/parameters) and [output](https://nf-co.re/scrnaseq/output).
94
+
95
+
## Usage
96
+
97
+
First, prepare a samplesheet with your input data that looks as follows:
Each row represents a fastq file (single-end) or a pair of fastq files (paired end).
106
+
107
+
## Decision Tree for users
108
+
109
+
The nf-core/scrnaseq pipeline features several paths to analyze your single cell data. Future additions will also be done soon, e.g. the addition of multi-ome analysis types. To aid users in analyzing their data, we have added a decision tree to help people decide on what type of analysis they want to run and how to choose appropriate parameters for that.
110
+
111
+
Options for the respective alignment method can be found [here](https://github.com/nf-core/scrnaseq/blob/dev/docs/usage.md#aligning-options) to choose between methods.
112
+
113
+
## Pipeline output
114
+
115
+
To see the results of an example test run with a full size dataset refer to the [results](https://nf-co.re/scrnaseq/results) tab on the nf-core website pipeline page.
116
+
For more details about the output files and reports, please refer to the
nf-core/scrnaseq was originally written by Bailey PJ, Botvinnik O, Marques de Almeida F, Gabernet G, Peltzer A, Sturm G.
122
+
123
+
We thank the following people and teams for their extensive assistance in the development of this pipeline:
124
+
125
+
- @heylf
126
+
- @KevinMenden
127
+
- @FloWuenne
128
+
- @rob-p
129
+
- [GHGA](https://www.ghga.de/)
130
+
131
+
## Contributions and Support
132
+
133
+
If you would like to contribute to this pipeline, please see the [contributing guidelines](.github/CONTRIBUTING.md).
134
+
135
+
For further information or help, don't hesitate to get in touch on the [Slack `#scrnaseq` channel](https://nfcore.slack.com/channels/scrnaseq) (you can join with [this invite](https://nf-co.re/join/slack)).
136
+
137
+
## Citations
138
+
139
+
If you use nf-core/scrnaseq for your analysis, please cite it using the following doi: [10.5281/zenodo.3568187](https://doi.org/10.5281/zenodo.3568187)
140
+
141
+
The basic benchmarks that were used as motivation for incorporating the three available modular workflows can be found in [this publication](https://www.biorxiv.org/content/10.1101/673285v2).
142
+
143
+
We offer all three paths for the processing of scRNAseq data so it remains up to the user to decide which pipeline workflow is chosen for a particular analysis question.
144
+
145
+
An extensive list of references for the tools used by the pipeline can be found in the [`CITATIONS.md`](CITATIONS.md) file.
0 commit comments