RNA-seq / Count aligned reads per exons for DEXSeq

Description

Given mapped reads in a BAM file, this tool counts the reads that fall into each non-overlapping exonic part using the script dexseq-count.py.

Parameters

Details

Indicate if your data was not produced with a strand-specific RNA-seq protocol, so that a read is considered overlapping with a feature regardless of whether it is mapped to the same or the opposite strand as the feature. Otherwise the read has to be mapped to the same strand as the feature.

Output

Output is a table with counts for each non-overlapping exonic part. In order to use the output in DEXSeq, you need to select all samples and run the tool "Utilities - Define NGS experiment".

References

This tool is based on the HTSeq package by Simon Anders and it is available in the DEXSeq Bioconductor package.