Description Usage Arguments Value See Also
View source: R/count_phenotypes.R
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.
1 | counts_to_percents(counts)
|
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.