Description Usage Arguments Value
View source: R/pseudobulking.R
Will collapse a cds based on duplicated labels that have the greatest variance
1 2 3 4 5 | remove_duplicated_rows(
cds,
fdata_col = "gene_short_name",
unique_labels = "id"
)
|
cds |
Input cell_data_set object. |
fdata_col |
the non-unique labels (i.e. Gene Symbol) |
id |
the unique labels (i.e ENSEMBL) |
cds collapsed to only include the duplicated fdata_col label with the highest varience compated to all other identical fdata_col labels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.