GetTFGeneCorrelation.Rd
This function will compute the correlation between TF binding activity and gene expression along the trajectory.
GetTFGeneCorrelation(
object,
tf.use = NULL,
gene.use = NULL,
tf.assay = "chromvar",
gene.assay = "RNA",
atac.assay = "ATAC",
trajectory.name = "Trajectory",
groupEvery = 1
)
A Seurat object
A string list to specify which TFs to use for correlation computation
A string list to specify which genes to use for correlation computation
Assay that includes TF activity data. Default: "chromvar"
Assay that includes gene expression activity data. Default: "RNA"
Assay that includes peaks data. Default: "ATAC"
Trajectory name
The number of sequential percentiles to group together when generating a trajectory. This is similar to smoothing via a non-overlapping sliding window across pseudo-time.
A matrix containing TF-gene correlation