Changes between Version 56 and Version 57 of SOPs/rna-seq-diff-expressions


Ignore:
Timestamp:
02/20/18 12:59:15 (7 years ago)
Author:
gbell
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SOPs/rna-seq-diff-expressions

    v56 v57  
    212212  Detailed information can be found in the [[http://www.bioconductor.org/packages/release/bioc/vignettes/edgeR/inst/doc/edgeRUsersGuide.pdf|edgeR User Guide]] (after a search for "batch effects").
    213213
    214     * To print out batch-effect corrected CPM values, a possible option is outlined in this following SEQanswers post, [[http://seqanswers.com/forums/showthread.php?t=26923 | EdgeR cpm values after batch effects]], reply from Gordon Smyth,
     214    * To print out batch-effect corrected CPM or other normalized values from DESeq, DESeq2, or edgeR, one can use the limma removeBatchEffect() command
    215215    {{{
    216     cpm.out=cpm(my.DGEList)
    217216    # Input needs to be log-transformed values
    218217    logCPM <- removeBatchEffect(log2(cpm.out), batch=batch)  #where batch is based on your design