how to fix this error: the argument 'intgroup' should specify columns of colData(dds)
1
0
Entering edit mode
@beccagrant149-11921
Last seen 7.4 years ago

how do I fix this error message?

 

> plotPCA(rld,intgroup=c("condition","type"))
Error in .local(object, ...) : 
  the argument 'intgroup' should specify columns of colData(dds)

deseq2 • 5.9k views
ADD COMMENT
0
Entering edit mode

change the intgroup to this

plotPCA(rld,intgroup=c("condition","sizeFactor"))
ADD REPLY
0
Entering edit mode
@mikelove
Last seen 4 hours ago
United States

Simply reading the content of the message printed here, the function is expecting condition and type to be the names of columns of:

colData(dds)

Is this the case?

ADD COMMENT

Login before adding your answer.

Traffic: 561 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