annotateClusters | R Documentation |
This function is used to annotate cell clusters based on their marker expression categories. The annotations of cell clusters must be specifyed using a character dataframe indicating for each marker of each population the matching categorial values.
annotateClusters(Results, annotations, num = 5,
display.annotations = TRUE)
Results |
a Results object |
annotations |
a character dataframe specifying the annotations |
num |
a numeric value specifying the number of markers expression categories to be used |
display.annotations |
a logical value indicating if a graphic must be generated to display the annotations of the cell clusters |
The annotation data.frame must have the annotations in rows and the markers in colomuns. Matching values must be specified as a character list of acceptable values.
a Results object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.