Hi,
I am trying to identify patterns of gene expression changes (to group genes by their regulating TFs) in different genetic backgrounds. However I am getting one (at least) anomaly that I can't explain.
This gene has one transcript. here are the cufflinks generated (from mapped BAM files of biological replicates) mean FPKM values:
Wt: 139.2 (+/- 16.0) n = 4
GOF: 318.9 (+/- 60.9) n = 4
LOF: 6.8 (+/- 1.6) n = 4
2x LOF: 11.7 (+/-16.3) n = 4
It is upregulated when it should be (GOF) and off when it should be (LOF, 2x LOF), a pretty good example of an activated target gene for this group. (yes I know there seems to be an outlier replicate in 2x LOF)
Yet every DESeq2 comparison gives NA across the board, because it reports the base mean expression is 0????
Is there some problem with annotation of this gene going from the mapped read BAM files to HTSeqCount output file to DESeq2?
I am working with a very well annotated genome - C. elegans ce10 version.
Also side question: what exactly is the base mean expression/how is it calculated? is it the mean expression between the groups you are comparing?
Thanks for any help!
I am trying to identify patterns of gene expression changes (to group genes by their regulating TFs) in different genetic backgrounds. However I am getting one (at least) anomaly that I can't explain.
This gene has one transcript. here are the cufflinks generated (from mapped BAM files of biological replicates) mean FPKM values:
Wt: 139.2 (+/- 16.0) n = 4
GOF: 318.9 (+/- 60.9) n = 4
LOF: 6.8 (+/- 1.6) n = 4
2x LOF: 11.7 (+/-16.3) n = 4
It is upregulated when it should be (GOF) and off when it should be (LOF, 2x LOF), a pretty good example of an activated target gene for this group. (yes I know there seems to be an outlier replicate in 2x LOF)
Yet every DESeq2 comparison gives NA across the board, because it reports the base mean expression is 0????
Is there some problem with annotation of this gene going from the mapped read BAM files to HTSeqCount output file to DESeq2?
I am working with a very well annotated genome - C. elegans ce10 version.
Also side question: what exactly is the base mean expression/how is it calculated? is it the mean expression between the groups you are comparing?
Thanks for any help!
Comment