This is a test version of Biostars. For the public version, visit https://www.biostars.org.
contrast matrix in R

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

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

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

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

0 answers

No answers yet.

Log in to answer this question.