rnaseq
pipeline from nf-core enables the transformation of FASTQ files to gene and isoform count matrices using STAR, RSEM, HISAT2, or Salmon.
We have adapted the nf-core rnaseq
pipeline to read and write data to your Mantle Database.
rnaseq_fastq
data type. Expand to view the properties of rnaseq_fastq
entities:
Properties
Wu, A. C. K., Patel, H., Chia, M., Moretto, F., Frith, D., Snijders, A. P., & van Werven, F. J. (2018). Repression of divergent noncoding transcription by a sequence-specific transcription factor. Molecular Cell, 72(6), 942-954.e7. https://doi.org/10.1016/j.molcel.2018.10.018Additionally, in order to perform alignment, a reference genome FASTA file and gene annotation GTF or GFF file must be provided. We’ve provided the
rnaseq_reference
data type to allow you to store all reference data together. Expand to view the properties of rnaseq_reference
entities:
Properties
bulk-rnaseq
pipeline adapts the nf-core rnaseq
pipeline to allow it to take rnaseq_fastq
entities as inputs (which it converts into the input samplesheet expected by the nf-core framework) and to collect some of the files that the pipeline creates into Mantle datasets. Additionally, when you run the Mantle bulk-rnaseq
pipeline, the MultiQC report is displayed on the pipeline run page.
Some of the output entities include various gene expression matrices, such as raw gene counts matrix, and BAM files. The exact outputs depend on which alignment and quantification methods are specified to be used in the pipeline run.
All pipeline results files, including those not output to your Mantle Database, can be browsed on the pipeline run page. Learn more about the pipeline results files in the nf-core rnaseq
documentation.