Hi everyone,
I am a student working on an RNAseq project and I am experiencing a problem with the DEseq2 count normalization where it seems that 1 or multiple columns in my count table are not normalized ( see example images pre and post normalization). I varied input conditions by taking subsets of the count table, but columns remained broken. For another dataset DEseq2 seemed to work normally and produce normalized tables. I used the same annotation files for both dataset and used FeatureCounts as counting program. I am experiencing the same problem on Galaxy(Galaxy Version 2.11.40.7+galaxy0) and with R (version DESeq2_1.32.0) .
My question: does anyone have an indication why does this could happen? I can provide more information if needed.
Best regards,
Patrick
Hi nn,
NULL
The sizeFactors(dds) value returned is NULL. Also I get this error message when running the DESeqDataSetFromMatrix tool.
Warning message:
In DESeqDataSet(se, design = design, ignoreRank) :
some variables in design formula are characters, converting to factors
I can't find the meaning of this error, but it might be the cause. I think I use the exact same technique as in the DESeq2 manual example in the section: Count Matrix Input (http://bioconductor.org/packages/release/bioc/vignettes/DESeq2/inst/doc/DESeq2.html#about-the-pasilla-dataset).
see my own coldata dataframe below.
Because I used FeactureCounts i decided create my own count_matrix and worked with the DESeqDataSetFromMatrix() command to create the dds.
( sorry didnt know to properly format the tables yet in Biostars, so I used a screenshot)