HI all,
I am processing RNA-seq data. Initially, the company used BWA and GRCh37/hg19 as an aligner. I subsequently realigned them using STAR and GRCh38/hg38. Counts are generated using feature counts for both.
Although most of the downstream analysis does not differ using either aligners, I realised that one particular gene in cancer immunology (PD-1) has decreased substantially.
read counts for both for comparison (sorry had to cut out the sample names)
> bwa["PDCD1",]
206 270 5 45 64 68 1486 215 177 59 98 26 70 374 19 112 207 176 267 114 128 207 132 126 150 74 63 105 65 83
> STAR["PDCD1",]
2 2 2 0 2 0 7 0 0 0 0 0 0 1 1 2 0 0 0 0 0 3 1 0 0 2 0 0 0 2
This is quite a popular and well studied genes so I thought I will ask if anyone had similar problems before.
Any insight will be helpful as this is a key gene in my field and paper. The rest of the read counts that I've analysed so far have not changed significantly so I feel that there shouldn't be a problem in the alignment process. Anyone notice similar problem in other genes? Is this a biological problem?
Thank you.
bwa
rnaseq
pd1
star