Run DoRothEA transcription factor activity inference
Arguments
- srt
A Seurat object.
- assay
Which assay to use. If
NULL, the default assay of the Seurat object will be used. When the object also containsChromatinAssay, the default assay and additionalChromatinAssaywill be preprocessed sequentially.- layer
Assay layer used as the expression matrix.
- species
Species used to select bundled DoRothEA regulons.
- confidence
DoRothEA confidence levels to keep.
- regulons
Optional regulon table with
tf,target,mor, andconfidencecolumns. IfNULL, bundleddorothea_hsordorothea_mmdata are loaded from thedorotheapackage.- method
Activity inference backend from
decoupleR.- minsize
Minimum regulon size passed to
decoupleR.- options
Additional named options passed to the selected
decoupleRfunction.- assay_name
Name of the assay used to store TF activity scores.
- new_assay
Whether to store TF activity scores as a new assay.
- verbose
Whether to print the message. Default is
TRUE.