AddStars {FlowSOM}R Documentation

AddStars

Description

Function plots the stars

Usage

AddStars(p, fsom, markers = fsom$map$colsUsed, colorPalette = NULL)

Arguments

p

GGplot object

fsom

FlowSOM object, as generated by BuildMST

markers

Determines which markers to plot. Default = "fsom$map$colsUsed"

colorPalette

ColorPalette to be used for colors. Can be either a function or an array specifying colors.

Value

ggplot object with the stars added

See Also

PlotFlowSOM, AddLabels, AddNodes, AddBackground, PlotStars, AddPies, ParseArcs


[Package FlowSOM version 2.0.0 Index]