Entering edit mode
Amit Kumar
▴
70
@amit-kumar-3678
Last seen 10.2 years ago
Hello! List,
I am trying to build an object from Array Express processed data using
bioconductor package ArrayExpress. I did following:-
CAGE99d = getAE("E-GAGE-99",type="processed")
colname = getcolproc(CAGE99d)
CAGE99p = procset(CAGE99d, colname[3])
and I got following error:-
Error in `row.names<-.data.frame`(`*tmp*`, value = c(6995L, 7017L,
7006L, :
duplicate 'row.names' are not allowed
In addition: Warning message:
non-unique values when setting 'row.names': R:A-MEXP-58:210099,
R:A-MEXP-58:210100, R:A-MEXP-58:210111,
R:A-MEXP-58:210123,R:A-MEXP-
[... truncated]
I am not able to figure out mistake I am making. Please Help!
Amit
[[alternative HTML version deleted]]