View source: R/calculate_rrs.R
Calculates Regulon specificity score (RSS) from binary regulon activity.
1 | calculate_rrs(metadata, binary_regulons, cell_type_column)
|
metadata |
Dataframe containing metadata about cells. Has to create a column named cell_type that assigns groupings to cells. Can be the meta.data slot from a Seurat object. |
binary_regulons |
Data frame with bianry regulons, where regulons are rows and columns are cells. Can be created from output of binarize_regulons(). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.