powered by
"show"(object) "["(x, i) "names"(x) "names"(x) <- value
CNV.data
Extract
logical
numeric
character
CNV.load
# create object library(minfiData) data(MsetEx) d <- CNV.load(MsetEx) # general information d show(d) # show or replace sample names names(d) names(d) <- toupper(names(d)) # subset samples d[1:2]
Run the code above in your browser using DataLab