Skip to content

Commit

Permalink
Add cell calling page (#41)
Browse files Browse the repository at this point in the history
Co-authored-by: Jessica Mattick <jmattick@pacificbiosciences.com>
  • Loading branch information
jmattick and Jessica Mattick authored Oct 21, 2022
1 parent cd253f1 commit 61df3d2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/umi/cell-calling.md
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.
1 change: 1 addition & 0 deletions docs/umi/isoseq-correct.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ For each input HiFI read containing a 10x cell barcode:
- If no candidates were found, the barcode is unchanged, and the read is marked as failing.

In addition, "real cells" will be marked with `rc` tag after this step, which will be used by `isoseq3 groupdedup`.
For details on real cell calling, visit the [cell calling](https://isoseq.how/umi/cell-calling.html) page.

### When would a user call this tool?

Expand Down

0 comments on commit 61df3d2

Please sign in to comment.