correlation_analysis: Generating a correlation matrix of pathways and TFs

Description Usage Arguments Examples

View source: R/correlation_analysis.R

Description

Takes cell-wise data from the 'scores_handling' functions and generates a correlation matrix. Method argument refers to correlation methods with respect to the corrplot package.

Usage

1
2
3
4
5
6
7
correlation_analysis(
  tf_data,
  method = "pearson",
  pathway_data,
  render_plot = TRUE,
  return_corr_data = FALSE
)

Arguments

tf_data

transcription factor data by cell

method

correlation method, default = "pearson"

pathway_data

pathway data by cell

render_plot

render plot? default = TRUE

return_corr_data

return the correlation data? default = FALSE

Examples

1
correlation_analysis(tf_data_bycell, pathway_data_bycell, return_corr_data=FALSE, render_plot=TRUE)

zcollest/scRegNetwrapper documentation built on Dec. 23, 2021, 9:14 p.m.