sc.heatmap | R Documentation |
This function draws a heatmap with single-cell fluorescence values.
sc.heatmap(
fcs.SCE,
assay.i = "normalized",
markers.to.use = "all",
not.metadata = c("filename", "cell_id", "sample_id"),
clustering.method = "average",
subsampling = 100,
color.expression = NULL,
colors = NULL
)
fcs.SCE |
A |
assay.i |
Name of matrix stored in the |
markers.to.use |
Vector with markers to use. Default = |
not.metadata |
Vector with variable names (from |
clustering.method |
Clustering method for rows and columns clustering within the heatmap. Possible values are "average" (default), "ward.D", "ward.D2", "single", "complete", "mcquitty", "median" or "centroid". |
subsampling |
Numeric value indicating how many events use to draw heatmap and speed up plotting. Default = |
color.expression |
Color vector for coloring expression values within the heatmap. Default = |
colors |
Vector with colors for plotting (if provided, it must be as long as the number of unique elements in the longer metadata field). Default = |
## Not run:
sc.heatmap(fcs, subsampling = 100)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.