Hi again, sorry lots of questions at the moment,
I would like to replicate the following function from diffBind
> dba.plotMA(tamoxifen, bXY=TRUE)
However I don't know how to retrieve this data, in Deseq2 I believe it would be the baseMean column. Or is the "Conc" column output by "dab.report" the values used for the plot ma?
I know one option would be:
> DBA$contrasts[[n]]$DESeq2$DEdata, bReduceObjects=F
Where I assume DBA is the DBA object, but what is "n"??
Also, on a separate note, is the "Fold" column output by "dba.report" as default the log2 fold values?
Thanks
Thanks Rory,
Related question, in the dba.report() output, what are the column headers named after the conditions (i.e. Conc_condition1, Conc_condition2). I assume these are what is used in the dba.plotMA the bXY=TRUE and are (as you explained above) log2 transformed values, but form where are these values derived? I ask as I have some negative values from peaks which where identified as differentially expressed.
Am I interpreting that right if I say that they are very low expressing (below 1 in the non log2 values) peaks, but which where consistently (in all replicates) increased or decreased, hence being identified as significantly differentially expressed?