Description Usage Arguments Examples
View source: R/handle_dorothea_scores.R
Takes a Seurat object and produces a list of data frames that are necessary for downstream analysis
1 2 3 4 5 6 | handle_dorothea_scores(
seurat_obj,
comparison_feature,
topTFs,
assay_name = NULL
)
|
seurat_obj |
Seurat object |
comparison_feature |
which metadata do you want to do comparisons for? |
topTFs |
number of top TFs to be us ed for heatmap downstream |
assay_name |
if using custom TFs, what's the assay name? |
1 | handle_dorothea_scores(seurat_obj,seurat_obj$meta.data$cell_type, 30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.