This pipeline is built using Nextflow. The purpose is to handle RNA-seq fastq file from aligning using STAR and estiamte their transposable elements expression using TEtranscript.
- Install
Nextflow
(>= 21.10.6) - We recommend using this pipeline with
Singularity
. - Downlaod the pipeline and test it with built-in example dataset:
nextflow run nf-core/star-tetranscript -profile test,YOURPROFILE --outdir <OUTDIR>
- Start running your analysis:
The nf-core pipeline comes with documentation about the pipeline usage, parameters and output.
- Nextflow enables reproducible computational workflows (DOI: 10.1038/nbt.3820)
- STAR: ultrafast universal RNA-seq aligner (DOI: 10.1093/bioinformatics/bts635)
- TEtranscripts: a package for including transposable elements in differential expression analysis of RNA-seq datasets (DOI: 10.1093/bioinformatics/btv422)