Skip to content

[Bioc-devel] Change in edgeR interface in released version...

2 messages · Gordon K Smyth, Rory Stark

#
Dear Rory,

Sorry, I didn't intend to make this change to the release version.  I 
over-looked it amongst some documentation updates that I did want to make. 
I have fixed the release code (version 3.2.2) so that DGEList() will 
accept a NULL value again for lib.size.

Just a note on terminology.  In edgeR terminology, the "effective library 
size" is the normalized library size, the product lib.size*norm.factors. 
The default value for lib.size is colSums(counts), which is the actual 
total rather than the effective total.

Best wishes
Gordon
______________________________________________________________________
The information in this email is confidential and intend...{{dropped:4}}
#
Hi Gordon-

No problem, the change was easy to spot and fix. I wanted to want anyone else who is depending on this invaluable package.

I do realize that I have been misusing the "effective" library size label, which includes the normalization factors. I wanted to distinguish between providing the total number of sequence reads in the library, including "background" reads, vs. the number of reads in specified intervals (genes, peaks). Any ideas of useful terminology for distinguishing between these two counts?

-Rory