Converts a table of counts, such as the output of count_phenotypes, to a table of fractional percents. Percents are computed row-wise, e.g. per tissue category.
counts_to_percents(counts)
A table containing count data. All numeric columns are assumed to contain count data. The table must contain a column whose name contains "Total" or "All".
A table containing percent values as decimal fractions.
Other aggregation functions:
compute_density_from_cell_summary()
,
compute_density_from_table()
,
compute_h_score_from_score_data()
,
compute_h_score()
,
compute_mean_expression_many()
,
compute_mean_expression()
,
compute_positivity_many()
,
compute_positivity()
,
count_phenotypes()