Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions src/metrics/lisi/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ info:
variable.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe this paragraph could be updated while you are at it? At the moment it's the same for cLISI and iLISI.


The original LISI score ranges from 0 to the number of categories, with the latter
indicating good cell mixing. This is rescaled to a score between 0 and 1.
indicating good cell mixing. This is rescaled to a score between 0 and 1, where 0
represents bad batch mixing and 1 represents good batch mixing.
references:
doi: 10.1038/s41592-021-01336-8
links:
Expand All @@ -33,7 +34,10 @@ info:
distance computation on single-cell kNN graphs. The metric assesses whether clusters
of cells in a single-cell RNA-seq dataset are well-mixed across a categorical cell type variable.

The original LISI score ranges from 0 to the number of categories, with the latter indicating good cell mixing. This is rescaled to a score between 0 and 1.
The original LISI score ranges from 0 to the number of categories, with the latter
indicating good cell mixing. This is inverted and rescaled to a score between 0 and 1,
where 0 represents bad cell type separation and 1 represents good cell type separation.

references:
doi: 10.1038/s41592-021-01336-8
links:
Expand Down