filter_cds | R Documentation |
This function provides a pipe-friendly method to filter cds objects.
filter_cds(cds, cells = "all", genes = "all")
cds |
The CDS to filter. |
cells |
Optional: a tibble of cell metadata for the cells you wish to keep. Use bb_cellmeta(). Default: 'all' |
genes |
Optional: a tibble of gene metadata for the genes you wish to keep. Use bb_rowmeta(). Default: 'all' |
A filtered CDS
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.