Parameters are directly provided.
compute_h_score(csd, measure, tissue_categories, thresholds, .by = "Slide ID")
Cell seg data to use.
The cell seg data column to measure (as a character string)
A character vector of tissue category names of interest.
Optional three element vector with the threshold values.
Column to aggregate by
A data frame with one row per Slide ID, showing cell counts and percents in each bin and the H-Score. The data frame has attributes measure and thresholds.
Other aggregation functions:
compute_density_from_cell_summary()
,
compute_density_from_table()
,
compute_h_score_from_score_data()
,
compute_mean_expression_many()
,
compute_mean_expression()
,
compute_positivity_many()
,
compute_positivity()
,
count_phenotypes()
,
counts_to_percents()