Description Usage Arguments Value filter filters Note Examples
Manipulating HCAMatrix filters
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
x |
the object on which to set the filter list member |
expr |
a filter expression in the form of
the right hand side of a formula, where bare names
(without quotes) are allowed if they are available
fields associated with the HCAMAtrix object, |
value |
A list of structured filters (internal use) |
A HCAMatrix
object with the filter
field replaced by the specified filter expression
The filter
is a convenient setter for the filter
element in HCAMatrix
objects.
The filters
(plural) function is a safe accessor for the filters
already present in the 'HCAMAtrix' API object. The filter can also be
set using the 'filters<-' function setter (advanced use).
Filtering documentation provided by the 'GenomicDataCommons' package
1 2 3 4 5 6 7 | # make an HCAMatrix object to start
hca <- HCAMatrix()
head(available_filters(hca))
hca1 <- filter(hca, genes_detected >= 500)
filters(hca1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.