Quantify read counts using featureCounts, then produce a final CSV with gene_id and gene_name.
Input
GTF Annotation
Reference GTF for counting
BAM Files Folder
Folder containing one or more BAM files
Output
Counts Matrix
CSV matrix of raw counts, including gene_id and gene_name
Configuration
threads
Number of threads
int
4
sequencing_type
Library type for featureCounts
string
Paired-end
Single-end
strandedness
indicating if strand-specific read counting should be performed.It has three possible values: 0 (unstranded), 1 (stranded) and 2 (reversely stranded). 0 by default.
int