Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Options for normalisation of RNA-seq #1484

Closed
frederikkemarin opened this issue Jan 9, 2025 · 3 comments
Closed

Options for normalisation of RNA-seq #1484

frederikkemarin opened this issue Jan 9, 2025 · 3 comments

Comments

@frederikkemarin
Copy link

Description of feature

Hello,
Is it possible to normalise the RNA-seq counts in this pipeline? This is standard usage in many cases (e.g. the encode pipeline defaults to RPM normalisation).
Maybe this is already possible but I have simply missed it?

@davidecarlson
Copy link

davidecarlson commented Jan 14, 2025

Hi @frederikkemarin ,

TPM normalized counts are already produced as long as hisat2 is not chosen as the aligner. See the following output files:

salmon.merged.gene_tpm.tsv 
salmon.merged.transcript_tpm.tsv

You can also feed the results of this pipeline quite easily into the https://nf-co.re/differentialabundance pipeline to get counts normalized using DESeq2's median of ratios method.

Edit: changed "mediation" to "median."

@pinin4fjords
Copy link
Member

Thanks @davidecarlson - that's a good response. Closing the issue.

@frederikkemarin
Copy link
Author

Hey,
Thanks for the response, I was actually wondering about having counts per position normalised?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants