discard_lowCounts | R Documentation |
This functions discard low counts in a DESeq object. Uses 10 as default.
discard_lowCounts(dds_object, min_count = 10)
dds_object |
DESeq2 object |
min_count |
integer for minimum count cutoff (Default=10). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.