Skip to content

Commit

Permalink
Merge pull request #50 from bj-w/patch-1
Browse files Browse the repository at this point in the history
Update DEA.R
  • Loading branch information
BarryDigby committed Aug 16, 2022
2 parents 5e17f6c + c0bfbd6 commit cb41d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/DEA.R
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ DESeq2 <- function(inputdata, data_type){
design = inputdata$design)
tmp <- DESeq(tmp, quiet=TRUE)

sizefactors <- sizeFactors(tmp)
sizefactors <- estimateSizeFactorsForMatrix(counts(tmp))
rm(tmp)

dds <- DESeqDataSetFromMatrix(
Expand Down

0 comments on commit cb41d06

Please sign in to comment.