filter_genes | R Documentation |
filter_genes
filter_genes(x, ...)
## S3 method for class 'SingleCellExperiment'
filter_genes(x, min.cells = 10, min.count = 0, assay.name = "counts", ...)
## S3 method for class 'matrix'
filter_genes(x, min.cells = 10, min.count = 0, ...)
x |
object to filter. |
... |
arguments passed down to methods. |
min.cells |
minimum number of cells with min.count for gene to be preserved. |
min.count |
minimum number of counts to be considered expressed. |
assay.name |
name of assay to obtain matrix of counts. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.