GetCorrelation | R Documentation |
This function will compute the correlation between TF expression as measured by RNA-seq and binding activity estimated from ATAC-seq along the trajectory.
GetCorrelation(trajectory1, trajectory2)
trajectory1 |
A SummarizedExperiment object for TF activity
generated by the function |
trajectory2 |
A SummarizedExperiment object for TF expression
generated by the function |
A data frame cantaining the correlation
## Not run:
df.cor <- GetCorrelation(
trajectory1 = trajMM,
trajectory2 = trajRNA
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.