https://github.com/ameynert/rnaseq
RNA sequencing analysis pipeline using STAR, HISAT2 and Salmon with gene counts and quality control
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 5 DOI reference(s) in README -
✓Academic publication links
Links to: biorxiv.org, zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.3%) to scientific vocabulary
Last synced: 9 months ago
·
JSON representation
Repository
RNA sequencing analysis pipeline using STAR, HISAT2 and Salmon with gene counts and quality control
Basic Info
- Host: GitHub
- Owner: ameynert
- License: mit
- Default Branch: master
- Homepage: https://nf-co.re/rnaseq
- Size: 49.6 MB
Statistics
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of nf-core/rnaseq
Created about 6 years ago
· Last pushed about 6 years ago
https://github.com/ameynert/rnaseq/blob/master/
# 
[](https://travis-ci.org/nf-core/rnaseq)
[](https://www.nextflow.io/)
[](https://zenodo.org/badge/latestdoi/127293091)
[](http://bioconda.github.io/)
[](https://hub.docker.com/r/nfcore/rnaseq/)
### Introduction
**nf-core/rnaseq** is a bioinformatics analysis pipeline used for RNA sequencing data.
The workflow processes raw data from
FastQ inputs ([FastQC](https://www.bioinformatics.babraham.ac.uk/projects/fastqc/),
[Trim Galore!](https://www.bioinformatics.babraham.ac.uk/projects/trim_galore/)),
aligns the reads
([STAR](https://github.com/alexdobin/STAR) or
[HiSAT2](https://ccb.jhu.edu/software/hisat2/index.shtml)),
generates counts relative to genes
([featureCounts](http://bioinf.wehi.edu.au/featureCounts/),
[StringTie](https://ccb.jhu.edu/software/stringtie/)) or transcripts
([Salmon](https://combine-lab.github.io/salmon/),
[tximport](https://bioconductor.org/packages/release/bioc/html/tximport.html)) and performs extensive quality-control on the results
([RSeQC](http://rseqc.sourceforge.net/),
[Qualimap](http://qualimap.bioinfo.cipf.es/),
[dupRadar](https://bioconductor.org/packages/release/bioc/html/dupRadar.html),
[Preseq](http://smithlabresearch.org/software/preseq/),
[edgeR](https://bioconductor.org/packages/release/bioc/html/edgeR.html),
[MultiQC](http://multiqc.info/)). See the [output documentation](docs/output.md) for more details of the results.
The pipeline is built using [Nextflow](https://www.nextflow.io), a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It comes with docker containers making installation trivial and results highly reproducible.
## Quick Start
i. Install [`nextflow`](https://nf-co.re/usage/installation)
ii. Install one of [`docker`](https://docs.docker.com/engine/installation/), [`singularity`](https://www.sylabs.io/guides/3.0/user-guide/) or [`conda`](https://conda.io/miniconda.html)
iii. Download the pipeline and test it on a minimal dataset with a single command
```bash
nextflow run nf-core/rnaseq -profile test,
```
iv. Start running your own analysis!
```bash
nextflow run nf-core/rnaseq -profile --reads '*_R{1,2}.fastq.gz' --genome GRCh37
```
See [usage docs](docs/usage.md) for all of the available options when running the pipeline.
### Documentation
The nf-core/rnaseq pipeline comes with documentation about the pipeline, found in the `docs/` directory:
1. [Installation](https://nf-co.re/usage/installation)
2. Pipeline configuration
* [Local installation](https://nf-co.re/usage/local_installation)
* [Adding your own system config](https://nf-co.re/usage/adding_own_config)
* [Reference genomes](https://nf-co.re/usage/reference_genomes)
3. [Running the pipeline](docs/usage.md)
4. [Output and how to interpret the results](docs/output.md)
5. [Troubleshooting](https://nf-co.re/usage/troubleshooting)
### Credits
These scripts were originally written for use at the [National Genomics Infrastructure](https://portal.scilifelab.se/genomics/), part of [SciLifeLab](http://www.scilifelab.se/) in Stockholm, Sweden, by Phil Ewels ([@ewels](https://github.com/ewels)) and Rickard Hammarn ([@Hammarn](https://github.com/Hammarn)).
Many thanks to other who have helped out along the way too, including (but not limited to):
[@Galithil](https://github.com/Galithil),
[@pditommaso](https://github.com/pditommaso),
[@orzechoj](https://github.com/orzechoj),
[@apeltzer](https://github.com/apeltzer),
[@colindaven](https://github.com/colindaven),
[@lpantano](https://github.com/lpantano),
[@olgabot](https://github.com/olgabot),
[@jburos](https://github.com/jburos),
[@drpatelh](https://github.com/drpatelh).
## Contributions and Support
If you would like to contribute to this pipeline, please see the [contributing guidelines](.github/CONTRIBUTING.md).
For further information or help, don't hesitate to get in touch on [Slack](https://nfcore.slack.com/channels/rnaseq) (you can join with [this invite](https://nf-co.re/join/slack)).
## Citation
If you use nf-core/rnaseq for your analysis, please cite it using the following doi: [10.5281/zenodo.1400710](https://doi.org/10.5281/zenodo.1400710)
You can cite the `nf-core` pre-print as follows:
> Ewels PA, Peltzer A, Fillinger S, Alneberg JA, Patel H, Wilm A, Garcia MU, Di Tommaso P, Nahnsen S. **nf-core: Community curated bioinformatics pipelines**. *bioRxiv*. 2019. p. 610741. [doi: 10.1101/610741](https://www.biorxiv.org/content/10.1101/610741v1).
Owner
- Name: Alison Meynert
- Login: ameynert
- Kind: user
- Repositories: 27
- Profile: https://github.com/ameynert