filter_genes: filter out genes with low expressions

Description Usage Arguments

Description

I am not really sure the most efficient way to do this given that Seurat object does not have rowData. Therefore this function is quite slow.

Usage

1
2
3
4
5
6
7
filter_genes(
  x,
  quantile_val,
  assay = "RNA",
  slot_data = "data",
  method = "quantile"
)

Arguments

x

a Seurat object

quantile_val

filter away genes whose expressions are below a certain percentile


Yutong441/TBdev documentation built on Dec. 18, 2021, 8:22 p.m.