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.
1 2 3 4 5 6 7 | filter_genes(
x,
quantile_val,
assay = "RNA",
slot_data = "data",
method = "quantile"
)
|
x |
a Seurat object |
quantile_val |
filter away genes whose expressions are below a certain percentile |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.