filterGenes: Filter genes

Description Usage Arguments Value Examples

Description

Filter genes

Usage

1
filterGenes(vat, prop.name, lower.limit, upper.limit)

Arguments

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

Value

filtered data

Examples

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))

HuobinTan/scVAT documentation built on May 31, 2019, 2:20 p.m.