# NOT RUN {
data(methylKit)
# selects first hundred rows, returns a methylRaw object
subset1=methylRawList.obj[[1]][1:100]
# selects first hundred rows, returns a methylBase object
subset2=methylBase.obj[1:100,]
# selects first hundred rows, returns a methylDiff object
subset3=methylDiff.obj[1:100,]
# This will get chromomsomes, will return a factor
# That means the resulting object will ceases to be a methylKit object
chrs=methylDiff.obj[[2]]
# }
Run the code above in your browser using DataLab