Hi,
I have an alignment file in bam format from STAR aligner. I want to study Differential expression gens from this bam file, I need all informations like p-value fold-change triplicate values ECT for plotting heat map and volcano.
Is it possible to make these plots from alignment bam file ?
To do DEG analysis, what you need is a readcount table. So, you just need read count software that accept BAM files. Try HTSeq count or featureCount. After you get read count table, you can do DEG using popular library like DESeq2, EdgeR, or limma/voom.