Description Usage Arguments Value Examples
View source: R/Plot2DScatterPlot.R
Plot2DScatterPlot displays a 2D scatter plot of specified markers using the hexbin package.
1 | Plot2DScatterPlot(TreeMetaCl, Title, Marker1, Marker2, mincnt, style)
|
TreeMetaCl |
object generated by buildFSOMTree function |
Title |
title of the 2D scatter plot |
Marker1 |
marker to plot on the abscissa ("x") |
Marker2 |
marker to plot on the ordinate ("y") |
style |
appareance of the polygons for the plot, that can be "colorscape","nestle.lattice", "nestle.centroids"... |
minct |
minimun count of cells to display as a polygon on the plot |
PDF file of the chosen 2D scatter plot, that is saved in the working directory
1 | Plot2DScatterPlot(CytoTree,"Experiment 1","FSC-A","SSC-A",100,"colorscale")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.