nqueralt at clinic.ub.es
2011-Oct-11 10:32 UTC
[R] Is it possible to generate an ExpressionSet object that contain duplicate row names?
Dear all, I am facing the problem that comes up when an ExpressionSet object is intended to be created parsing a matrix expression data with duplicate row names:> try(myExpressionSet <- new("ExpressionSet", exprs = myexprsunique, phenoData = myphenoData, annotation = myannotation, check.names=FALSE))Error in data.frame(numeric(n), row.names = nms) : duplicate row.names: blu I was wondering if there exists a way to create this ExpressionSet object although duplicate row names exist in the expression matrix data parsed? Many thanks in advance. Kind regards, NĂºria [[alternative HTML version deleted]]
Ben Bolker
2011-Oct-11 12:02 UTC
[R] Is it possible to generate an ExpressionSet object that contain duplicate row names?
<nqueralt <at> clinic.ub.es> writes:> I am facing the problem that comes up when an ExpressionSet > object is intended to be created parsing a matrix > expression data with duplicate row names:You might have more luck with this question on the BioConductor mailing list ...