Description Usage Arguments Examples
View source: R/correlation_analysis.R
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.
1 2 3 4 5 6 7 | correlation_analysis(
tf_data,
method = "pearson",
pathway_data,
render_plot = TRUE,
return_corr_data = FALSE
)
|
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 |
1 | correlation_analysis(tf_data_bycell, pathway_data_bycell, return_corr_data=FALSE, render_plot=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.