Bioconductor / RaggedExperiment

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

dimname replacement method #1

Closed LiNk-NY closed 7 years ago

LiNk-NY commented 7 years ago

The following should work

example("RaggedExperiment")
rownames(re3) <- rev(letters[1:4])
colnames(re3) <- c("sampA", "sampB")