##An example without the data
data(RmiR)
res1 <- read.mir(genes=gene1, mirna=mir1, annotation="hgug4112a.db")
res2 <- read.mir(genes=gene2, mirna=mir2, annotation="hgug4112a.db")
res3 <- read.mir(genes=gene3, mirna=mir3, annotation="hgug4112a.db")
res_tc <- RmiRtc(timeline=c("res1", "res2", "res3"),
timevalue=c(12,48,72))
res <- readRmiRtc(res_tc, correlation=-0.9, exprLev=1,
annotation="hgug4112a.db")
res$reps
Run the code above in your browser using DataLab