Entering edit mode
nqueralt@clinic.ub.es
▴
60
@nqueraltclinicubes-4369
Last seen 10.3 years ago
Dear all,
I have a R script that sometimes provides that error:
> myExpressionSet <- new("ExpressionSet", exprs = myexprs, phenoData =
myphenoData, annotation = myannotation)
Error in data.frame(numeric(n), row.names = nms) :
duplicate row.names: 1368290_at, 1368303_at, 1388202_at
I'd like to fix that in an automated way in order to avoid the script
abortion. Does anyone know how to detect and eliminate duplicate rows
in an expression matrix in an automated way?
Best regards,
NĂºria
[[alternative HTML version deleted]]