View source: R/preprocessing.R
filter_genes | R Documentation |
Filter genes with low counts
filter_genes(dds, min_count = 5, min_rep = 3)
dds |
A DESeqDataSet |
min_count , min_rep |
keep genes with at least min_count counts in at least min_rep replicates |
A DESeq2::DESeqDataSet
object with only those genes that meet the filter criteria.
library("DESeq2")
dds <- makeExampleDESeqDataSet()
filter_genes(dds)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.