Description Usage Arguments Examples
Takes a Seurat object and a vector of DoRothEA confidence levels and returns the same Seurat object with a "dorothea" assay of TF activity scores.
1 | run_dorothea(seurat_obj, conf_scores, cores = 16)
|
seurat_obj |
Seurat object |
conf_scores |
vector of DoRothEA confidence scores (A,B,C,D,E) |
cores |
number of cores to use for calculation (default = 16) |
1 | run_dorothea(pbmc10k, c("A","B","C","D"),cores=20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.