features_in_single_condition | R Documentation |
The answer to this lies in a combination of subset_expt() and features_greater_than().
features_in_single_condition(
expt,
cutoff = 2,
factor = "condition",
chosen = NULL
)
expt |
An experiment to query. |
cutoff |
What is the minimum number of counts required to define 'included.' |
factor |
What metadata factor to query? |
chosen |
Either choose a subset or all conditions to query. |
A set of features.
[subset_expt()]
## Not run:
unique_genes
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.