View source: R/faust_gating_plot.R
faust_gating_plot | R Documentation |
plot faust gating schemes
faust_gating_plot(gh, start_node, end_node, ...)
start_node |
faust start node |
end_node |
the terminal leaf node generated by faust |
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.