View source: R/bb_plot_rowData_col.R
bb_plot_rowData_col | R Documentation |
Use as argument for the "gene_or_genes" parameter for bb_gene_umap.
bb_plot_rowData_col(cds, rowData_col, filter_in = NULL, filter_out = NULL)
cds |
CDS from which to extract the gene metadata. Should be the same cds as the enclosing function. |
rowData_col |
Gene metadata column to aggregate by. |
filter_in |
Subset of values to focus on. Each will become a facet in the final plot. Default is to keep everything except NA values. |
filter_out |
Option to filter out any unwanted values. Default is to not filter out anything. |
A data frame in the format needed to pass into bb_gene_umap.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.