Description Usage Arguments Value Examples
Filter cells
1 | filterCells(vat, prop.name, lower.limit, upper.limit)
|
vat |
VAT Entity |
prop.name |
filtered cell's prop.name |
lower.limit |
filtered lower limit, only keeping the cells which properties are more than lower.limit |
upper.limit |
filtered upper limit, only keeping the cells which properties are less than upper.limit |
filtered data
1 2 | #filtering vat where 0< gene.nums < Inf and 0 < umi < 10000
vat <- filterCells(vat, prop.name = c("gene.nums","umi"),lower.limit = c(0, 0), upper.limit = c(Inf, 10000))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.