# NOT RUN {
# Run CytomeTree
data(DLBCL)
cellevents <- DLBCL[,c("FL1", "FL2", "FL4")]
Tree <- CytomeTree(cellevents, minleaf = 1, t=.1)
Annot <- Annotation(Tree,plot=FALSE)
# Plot the cell count
plot_cytopop(Annot)
# }
Run the code above in your browser using DataLab