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

README.md: Added ref to downstream analyses #1060

Merged
merged 2 commits into from
Aug 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ To see the results of an example test run with a full size dataset refer to the
For more details about the output files and reports, please refer to the
[output documentation](https://nf-co.re/rnaseq/output).

This pipeline assigns the RNA/cDNA reads to genes in the genome, counts the number of reads per gene and normalizes the data. It does not compare the samples or assign P values to individual genes. For downstream analyses, the output files can be analysed directly in statistics environments like [R](https://www.r-project.org/) or [Julia](https://julialang.org/), or be forwarded to another workflow of Nextflow to determine transcripts with [differential abundance](https://github.com/nf-core/differentialabundance/).
drpatelh marked this conversation as resolved.
Show resolved Hide resolved

## Online videos

A short talk about the history, current status and functionality on offer in this pipeline was given by Harshil Patel ([@drpatelh](https://github.com/drpatelh)) on [8th February 2022](https://nf-co.re/events/2022/bytesize-32-nf-core-rnaseq) as part of the nf-core/bytesize series.
Expand Down
Loading