plot_cytopop {cytometree} | R Documentation |
Plot the cell count for each population using CytomeTree.
Description
Plot the cell count for each population using CytomeTree.
Usage
plot_cytopop(
AnnotObj,
nbpop = 10,
mincount = 1,
maxcount = NULL,
y_axis = c("abs_count", "prop")
)
Arguments
AnnotObj |
An object of class Annotation. |
nbpop |
Number indicating the maximum of population plotted.
Default is |
mincount |
Number indicating the minimum of cell count
for the populations. Default is |
maxcount |
Number indicating the maximum of cell count
for the populations. Default is |
y_axis |
a character string either |
Author(s)
Anthony Devaux, Boris Hejblum
Examples
# 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)
[Package cytometree version 2.0.2 Index]