plotFeatureSingle.SnapATAC | R Documentation |
plotFeatureSingle from SnapATAC package Allow the object can be a matrix of umap/tsne or a snap
plotFeatureSingle.SnapATAC( snap = NULL, featureValue, embedmat = NULL, method = c("tsne", "umap"), pointSize = 0.1, pointShape = 19, downSample = 10000, pdfile = NULL, pdfWidth = 7, pdfHeight = 7, quantiles = c(0.01, 0.99), fontLab = 2, ... )
snap |
A snap object, default is NULL |
featureValue |
Feature enrichment value for each cell. Value will be normalized betweeen 0 and 1. |
embedmat |
a matrix of umap or tsne, default is NULL |
method |
Visulization method c("tsne", "umap"). |
pointSize |
Point size 1. |
pointShape |
Point shape type 19. |
downSample |
Downsample the original cells to down.sample cells to ovoid large dataset 10,000. |
pdfile |
pdf file name to save the plot NULL. |
pdfWidth |
Width of the graphics region in inches 7. |
pdfHeight |
Height of the graphics region in inches 7. |
quantiles |
Feature value outside this range will be removed c(0.01, 0.99) |
... |
Arguments passed to plot method. |
fontLabl |
integer default is 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.