Plot the specific gene expression along the time.

plotTimeGene(peak_time, peak2gene, rna_matrix, gene, corr_cutoff = 0.4)

Arguments

peak_time

The result of **getTimeATAC** with the parameter return_matrix = TRUE.

peak2gene

The rds file obtained by **getPeak2Gene**.

rna_matrix

The RNA-seq quantification matrix.

gene

The gene to plot.

corr_cutoff

The cutoff of correlation to get the reliable Peak2gene links. Default: 0.4.