Skip to content

AnnotatedDataFrame 'initialize' could not update varMetadata #98

@khughitt

Description

@khughitt

Came across another problematic GEO dataset I thought I would report (GSE136400):

Code to reproduce:

library(GEOquery)
getGEO('GSE136400')

Output / Error message:

Found 1 file(s)                                                                                                                         
GSE136400_series_matrix.txt.gz                                                                                                          
Using locally cached version: /data/human/geo/GSE136400/raw/GSE136400_series_matrix.txt.gz                                              
Parsed with column specification:                                                                                                       
cols(                                                                                                                                   
  .default = col_double(),                                                                                                              
  ID_REF = col_character()                                                                                                              
)                                                                                                                                       
See spec(...) for full column specifications.                                                                                           
|=======================================================================================================================================
Error in value[[3L]](cond) :                                                                                                            
  duplicate row.names: CXXC1, CXXC1P1, CXXC4, CXXC5                                                                                     
  AnnotatedDataFrame 'initialize' could not update varMetadata:                                                                         
  perhaps pData and varMetadata are inconsistent?                                                                                       
Calls: getGEO ... parseGSEMatrix -> new -> initialize -> initialize -> .local -> tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions