Provide annotations for each cluster, based on intensity distribution of all events
1 2 3 4 5 6 7 8 | annotate_clusters(
phenograph_obj,
channels = "all",
cluster_to_use = "all",
threshold = c("median", "tertile", "quartile")[1],
positivity_threshold = 0.5,
channel_names = c("channel_only", "marker_only", "both")[3]
)
|
phenograph_obj |
list containing result of phenograph clustering and processed fcs |
channels |
vector of channels to use, default uses all channels |
cluster_to_use |
vector of cluster to use, default uses all clusters |
threshold |
character defining if threshold should be caracterized as the median, tertile or quartile |
positivity_threshold |
numeric value between 0 and 1 defining the percentage of cells needed to call positivity to a threshold |
channel_names |
character, edit channels names accordingly |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.