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]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.