faust_gating_plot: plot faust gating schemes

View source: R/faust_gating_plot.R

faust_gating_plotR Documentation

plot faust gating schemes

Description

plot faust gating schemes

Usage

faust_gating_plot(gh, start_node, end_node, ...)

Arguments

start_node

faust start node

end_node

the terminal leaf node generated by faust

Examples

## Not run: 
gs=load_gs("~/Downloads/ics")

end_node = "/S/LV/L/CD4+/CD3+/CD8-/TNF+/CD107a-/IL4-/IFNg+/IL2+/CD154-/IL17a-"
start_node = "/S/LV/L"
gh=gs[[1]]
p = faust_gating_plot(gh, start_node, end_node, bins=128)
plot(ggcyto_arrange(p, nrow=1))

## End(Not run)

RGLab/ggcyto documentation built on March 3, 2024, 6:23 p.m.