Skip to content
/ poem Public

A package containing metrics for evaluating subpopulation identification in clusterings, embeddings, graphs and space.

License

Notifications You must be signed in to change notification settings

RoseYuan/poem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

poem: POpulation-based Evaluation Metrics

R-CMD-check

Overview

The poem package provides multiple metrics for evaluating subpopulation structure identification in a dataset. These include:

  • Metrics for comparing two partitions1 of the same dataset, or metrics evaluating the alignment between a dataset’s embedding or graph representations with its partition.

  • Metrics for comparing two fuzzy partitions2, or for comparing a hard partition with a fuzzy partition. This allows the evaluation of fuzzy partition results by assessing its agreement to a fuzzy or a hard ground-truth partition.

  • Metrics tailored for domain detection in spatially-resolved omics data. These include especially external evaluation metrics (i.e. based on a comparison to ground truth labels), but also internal metrics.

For a detailed introduction of the package, see the online docs.

Installation

You can install the development version of poem from GitHub with:

# install.packages("devtools")
devtools::install_github("RoseYuan/poem")

Contact

In case you have any questions or suggestions to poem, please consider opening an issue to the GitHub repository.

Footnotes

  1. A partition is a way of organizing the data points of a dataset into distinct, non-overlapping, and non-empty subsets. For example, a clustering is a partition.

  2. In 'hard' partitions, each data point belongs to one and only one subset. However, clustering can also generate fuzzy partitions, in which data points can belong to multiple subsets with varying degrees (or probability) of membership.

About

A package containing metrics for evaluating subpopulation identification in clusterings, embeddings, graphs and space.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages