Plot the RNA dynamic along the pseudo time.
getTimeRNA(
peak_time,
peak2gene,
rna_matrix,
corr_cutoff = 0.4,
Palette = NA,
return_matrix = FALSE
)
The result of **getTimeATAC** with the parameter return_matrix = TRUE.
The rds file obtained by **getPeak2Gene**.
The RNA-seq quantification matrix.
The cutoff of correlation to get the reliable Peak2gene links. Default: 0.4.
Whether to return the result as data frame. Default: FALSE.
getTimeRNA(peak_time = peak_time, peak2gene = peak2gene, rna_matrix = rna_matrix, corr_cutoff = 0.4, return_matrix = T)
#> Error in eval(expr, envir, enclos): object 'peak2gene' not found