Description Usage Arguments Value
Detecting contaminated cells based on the co-expression of highly selectively markers of two different cell types, such as epithelial and endothelial
1 2 3 | filterContaminatedCells(object, do.rm = T, markers.1, markers.2,
min.expression.1 = 1, min.quantile.1 = 0.99, min.expression.2 = 1,
min.quantile.2 = 0.99, ...)
|
object |
A sincera object |
do.rm |
If TRUE, remove detected contaminants |
markers.1 |
The vector encoding the markers for one cell type |
markers.2 |
The vector encoding the markers for the other cell type |
min.expression.1 |
The threshold value of the expression of markers in markers.1 |
min.quantile.1 |
The threshold value of the expression quantile of markers in markers.1 |
min.expression.2 |
The threshold value of the expression of markers in markers.2 |
min.quantile.2 |
The threshold value of the expression quantile of markers in markers.2 |
An updated sincera object with detected contaminated cells removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.