Hello I did pair-ended rna seq, Im now at the analysis part. I tried to using featurecounts to get the read count on the exon level.
The summary of the read counts says there were zero chimeric reads, which I know is incorrect , because there are chimeric reads in our data . Im just wondering why it says zero chimeric reads? here is the following script I ran.
#!/bin/bash
#PBS -N family_13_01_featureCount
#PBS -l nodes=2:ppn=8
#PBS -l vmem=32g
#PBS -l walltime=48:00:00
#PBS -joe /hpf/projects/Leon/sequencing_repository/raw_fastq/RNA_tom/bam
#PBS -l mem=32g
set -euxo pipefail
cd /hpf/projects/Leon/sequencing_repository/raw_fastq/RNA_tom/bam
/hpf/tools/centos6/subread/1.5.3/bin/featureCounts -a /hpf/projects/Leon/sequencing_repository/raw_fastq/RNA_tom/bam/gencode.v19.annotation.gtf -o family_13_01_exons_RNA-seq_sorted.counts -p -t exon -s 2 -T 12 -f -O -M D4775_R312_BAligned.sortedByCoord.out.bam D4754_R311_BAligned.sortedByCoord.out.bam D4776_R310Aligned.sortedByCoord.out.bam D4777_R307Aligned.sortedByCoord.out.bam D4778_R308BAligned.sortedByCoord.out.bam D4828_R309_BAligned.sortedByCoord.out.bam