filter_dds_features | R Documentation |
Removes expression features below a given threshold from a DESeq2DataSet object.
filter_dds_features( dds, count_cutoff, min_sample_fraction = NULL, threshold_variable = NULL, use_min_fraction = T, approximate = F )
dds |
The DDS object from which to filter features. |
count_cutoff |
The minimum number of counts required for a feature for greater than
|
min_sample_fraction |
The minimum proportion of samples with greater than |
threshold_variable |
Name of the binary variable to use for calculating sample fractions. |
use_min_fraction |
If |
approximate |
If |
Included for backwards compatibility only. Use low_expression_filter
instead.
Filters out features considered lowly expressed from a DDS object using a count threshold and
sample proportion set by the user. The sample proportion can also be estimated by calculating
proportions of values from a binary variable specified by the user.
A DDS object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.