# NOT RUN {
#bb is a BigBang object
#nd is a the new data frame, rows=genes, cols=samples
cpm <- predict(bb, newdata=nd)
cpm
#permanent data = PLOTS
cpm <- predict(bb, newdata=nd, permanent=TRUE)
plot(bb, cpm, type="confusion")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab