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