CellexalVR
1.1.0
A virtual reality platform for the exploration and analysis of single-cell gene expression data
|
Represents an entry in GroupingLegend. More...
Public Member Functions | |
void | SetPanelText (string groupName, int numberOfCells, string percentOfSelected, string percentOfAll, Color color) |
Sets all text fields in this entry. More... | |
void | UpdatePercentages (string percentOfSelected, string percentOfAll) |
Updates the percentages of this group. More... | |
Represents an entry in GroupingLegend.
void CellexalVR.AnalysisObjects.GroupingLegendEntry.SetPanelText | ( | string | groupName, |
int | numberOfCells, | ||
string | percentOfSelected, | ||
string | percentOfAll, | ||
Color | color | ||
) |
Sets all text fields in this entry.
groupName | The name of the group. |
numberOfCells | The number of cells the group contains. |
percentOfSelected | The percent of all selected groups. |
percentOfAll | The percent of all cells in the dataset. |
color | The color of the group. |
void CellexalVR.AnalysisObjects.GroupingLegendEntry.UpdatePercentages | ( | string | percentOfSelected, |
string | percentOfAll | ||
) |
Updates the percentages of this group.
percentOfSelected | The percent of all selected groups. |
percentOfAll | The percent of all cells in the dataset. |