DESeq Data Set From Matrix
1
0
Entering edit mode
adR ▴ 30
@do-it-23093
Last seen 8 months ago
Germany, München

Hi,

I am just wondering about this Warning message (In DESeqDataSet(se, design = design, ignoreRank) :some variables in design formula are characters, converting to factors) which I never encountered in my DESeq2 use before.
My design is already a factor(male and female).

here is my dds

dds <- DESeqDataSetFromMatrix(countData = countData, colData = colData, design = ~ gender)

Thanks!

deseq2 • 1.3k views
ADD COMMENT
2
Entering edit mode
@mikelove
Last seen 11 hours ago
United States

It's not a warning, just a message. There are three levels in R: message, warning, error.

gender was not a factor already, so this function fixed that for you.

ADD COMMENT

Login before adding your answer.

Traffic: 450 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6