View source: R/method_correlation.R
correlation | R Documentation |
Score genes based on their correlation with the reference genes.
correlation(
id = "correlation",
name = "Correlation",
description = "Correlation with reference genes",
summarize = stats::median
)
id |
Unique ID for the method and its results. |
name |
Human readable name for the method. |
description |
Method description. |
summarize |
A function for combining the different correlation
coefficients into one metric. By default, |
An object of class geposan_method
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.