plotDimReductPW | R Documentation |
Pairwise plot for Dimentionality Reduction Result
plotDimReductPW(obj, eigs.dims, point.size, point.color, point.shape, point.alpha, down.sample, pdf.file.name, pdf.height, pdf.width)
obj |
A snap object |
eigs.dims |
Eigenvectors to plot [1:30] |
point.size |
Point size [2]. |
point.color |
Point color ["grey"]. |
point.shape |
Point shape type [19]. |
point.alpha |
Point transparancy level [1]. |
down.sample |
Number of cells to plot. down.sample cells will be randomly downsampled for plot if there are more cells. |
pdf.file.name |
pdf file name to save the plot [NULL]. |
pdf.height |
the height of the graphics region in inches [7]. |
pdf.width |
the width of the graphics region in inches [7]. |
data(demo.sp); plotDimReductPW(demo.sp, eigs.dims=1:10);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.