Last chance! 50% off unlimited learning
Sale ends in
# NOT RUN {
# Read data from 2 experimental conditions
simexpr_reduced <- simexpr[c(1:15,101:235),]
x <- simexpr_reduced[, 3:32]
y <- simexpr_reduced[, 33:62]
EXC.1 <- as.matrix(x)
EXC.2 <- as.matrix(y)
myORdensity <- new("ORdensity", Exp_cond_1 = EXC.1, Exp_cond_2 = EXC.2, B = 20)
out <- findDEgenes(myORdensity)
# For instance, characteristics of cluster1, likely composed of true DE genes
out[[1]]
# It is also possible to choose the number of clusters
out <- findDEgenes(myORdensity, 5)
# }
Run the code above in your browser using DataLab