Hello,
I've got a set of binding site intervals in a DBA object and use dba.count() to count the reads in those peaks. According to the manual, the default score=DBA_SCORE_TMM_MINUS_FULL. But it also mentions "Note that all raw read counts are maintained for use by dba.analyze".
So, the question is, if I then use dba.peakset(bRetrieve=T, DBA_DATA_FRAME) to get a dataframe, will that dataframe contain the TMM_MINUS_FULL scores or the raw read counts?
Thanks,
James