agg_results | R Documentation |
Aggregate enrichment results from generated by gen_results.
Counts unique entries in count_var
while grouping by group_var
.
agg_results(
phenos,
count_var = "hpo_name",
group_var = "CellType",
sep = "; ",
verbose = TRUE
)
phenos |
A data.table containing HPO IDs and other metadata. |
count_var |
Variable to get counts for per |
group_var |
Variable to group counts by. |
sep |
Separator for collapsed character columns. |
verbose |
Print messages. |
Aggregated data.table
phenos <- subset_results(filters = list(CellType="Microglia"))
agg_res <- agg_results(phenos = phenos)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.