![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
EdgeR and Deseq Normalization problems | moriah | Bioinformatics | 4 | 03-26-2014 04:32 AM |
DESeq and edgeR | papori | Bioinformatics | 3 | 05-15-2012 07:29 PM |
EdgeR Normalization Question | R_user | RNA Sequencing | 1 | 05-07-2012 11:14 PM |
edgeR Normalization question | polsum | Bioinformatics | 1 | 05-07-2012 01:21 AM |
Normalization: DESeq vs. EdgeR with method="RLE" | aquila | RNA Sequencing | 3 | 04-26-2011 10:00 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Finland Join Date: Aug 2012
Posts: 29
|
![]()
Hi,
I intend to run RNA-seq analysis using DESeq package. But since I am working on TMM normalization method I wanted to run DESeq with TMM as well. I wanted to ask if it is enough if I pass the "norm.factors" obtained from "calcNormFactors" from edgeR to "sizeFactor" of DESeq. Or I should multiply the "norm.factors" by library size and then passed it to DESeq? Or do you think it is meaningful or not? So either of these: Code:
normFactor <- calcNormFactors(countTable) scale <- countTable$samples$lib.size*countTable$samples$norm.factors cds <- newCountDataSet(countTable, conditions) pData(cds)$sizeFactor <- scale Code:
normFactor <- calcNormFactors(countTable) cds <- newCountDataSet(countTable, conditions) pData(cds)$sizeFactor <- normFactor |
![]() |
![]() |
![]() |
Tags |
deseq, tmm normalization |
Thread Tools | |
|
|