SelectTFs.Rd
Select TFs for GRN inference
SelectTFs(
object,
tf.assay = "chromvar",
rna.assay = "RNA",
atac.assay = "ATAC",
trajectory.name = "Trajectory",
groupEvery = 1,
p.cutoff = 0.01,
cor.cutoff = 0.3,
return.heatmap = TRUE
)
A Seurat object
The assay name for TF activity. Default: "chromvar"
The assay name for gene expression. Default: "RNA"
The assay name for Peaks. Default: "ATAC"
The trajectory name used for computing correlation between TF binding activity and TF expression
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 cutoff of p-values. Default: 0.01
A cutoff of correlation. Default: 0.3
Whether or not return the heatmap for visualization
A list containing a dataframe of TF activity and expression correlation and a heatmap