contrast matrix in R
0
0
Entering edit mode
8.0 years ago
786 ▴ 50

Please find out the error in this command....

groups = paste(pData(phenoData(gse21340dat[[1]]))$characteristics_ch1.1,pData(phenoData(gse2134 0dat[[1]]))$characteristics_ch1.2, sep=".")

when I run it i got this error

Error: unexpected numeric constant in "groups = paste(pData(phenoData(gse21340dat[[1]]))$characteristics_ch1.1,pData(phenoData(gse2134 0"
r limma • 1.6k views
ADD COMMENT
1
Entering edit mode

I would imagine it's either the random .1 or the space in gse2134 0.

ADD REPLY
0
Entering edit mode

thanx alot it actually removed the error there was space thank u so much

ADD REPLY
0
Entering edit mode

There might be some unexpected space in the data, in this case some where values are not separated by '.'

ADD REPLY

Login before adding your answer.

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