Description Usage Arguments Value
View source: R/cell_cytometry.R
The four quadrant: x+/y+ = 1 x+/y- = 2 x-/y- = 3 x-/y+ = 4 The function will add a $cyto field into the current seurat object to specify the quadant a cell belongs to
1 | Build.Cyto(seurat.ob, x, y, x.thresh = 0, y.thresh = 0)
|
seurat.ob |
a seurat object type that have a count a count table inside with proper column name as cells and rowname as the gene |
x |
The gene name of the first cell marker |
y |
The gene name of the second cell marker |
x.thresh |
threshold to deem positive for the first cell marker |
y.thresh |
threshold to deem positive for the second cell marker |
filtered seurat object with $cyto field added used for further
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.