Bioconductor / RaggedExperiment

Matrix-like representations of mutation and CN data
https://bioconductor.org/packages/RaggedExperiment
4 stars 3 forks source link

colData<- is not supported #6

Closed lgeistlinger closed 7 years ago

lgeistlinger commented 7 years ago

It would be nice to also support annotation of colData after creation of the object (as SummarizedExperiment does). Currently, "colData<-" is not supported as e.g.

colData(ra)$myCol <- rep("x", ncol(ra))

gives

Error: unable to find an inherited method for function ‘colData<-’ for signature ‘"RaggedExperiment", "DataFrame"’