SelectGenes.Rd
Select genes
SelectGenes(
object,
atac.assay = "ATAC",
rna.assay = "RNA",
var.cutoff.gene = 0.9,
trajectory.name = "Trajectory",
distance.cutoff = 2000,
groupEvery = 1,
cor.cutoff = 0,
fdr.cutoff = 1e-04,
return.heatmap = TRUE,
labelTop1 = 10,
labelTop2 = 10,
genome = "hg38"
)
A Seurat object
The assay name for chromatin accessibility. Default: "ATAC"
The assay name for gene expression. Default: "RNA"
The cutoff of variation to select genes. Default: 0.9
The trajectory name used for computing correlation between TF binding activity and TF expression
The minimum distance between cis-regulatory elements and genes
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.
The cutoff of peak-to-gene correlation. Default: 0
The cutoff of peak-to-gene p-value Default: 1e-04
Whether or not return the heatmap for visualization
Number of labels for row names
Number of labels for row names
A list containing a dataframe of peak-to-gene links and a heatmap