-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Jessica Mattick <[email protected]>
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
layout: default | ||
parent: Single cell | ||
title: Cell Calling | ||
nav_order: 6 | ||
--- | ||
|
||
## Cell Calling Documentation | ||
|
||
There are two available methods for determining real cells. | ||
|
||
### Knee Finding Method (default) | ||
|
||
The knee finding method is the default method for determining real cells. It works by identifying the knee of the barcode rank plot based on [*UMI-tools*](https://github.com/CGATOxford/UMI-tools). | ||
|
||
### Percentile Method | ||
|
||
The percentile method approximates real cells based on a percentile cutoff of UMI counts per cell. This method first identifies the X percentile (default 99) of UMI counts per cell, then applies a multiplier of X 10 to generate a cutoff threshold of UMI counts for real cells. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters