This is a test version of Biostars. For the public version, visit https://www.biostars.org.
downstream analysis on the output of nf-core/rnaseq pipeline

Hello everyone, I ran nf-core/rnaseq pipeline successfully, now I want to do downstream analysis like machine learning on the generated output files from this pipeline. Should I use salmon.merged.gene_counts.tsv for that and apply log transformation to normalize it before doing downstream analysis?

machine-learning nf-core rna-seq

1 answer

Depends what you're hoping to use ML for. But I would recommend using the tximport package and DESeq2 for easy pre-processing of your data.

Log in to answer this question.