Description Usage Arguments Examples
This function allows you to plot the expression correlation of genes in your dataset.
1 2 3 4 5 | gene.correlation(
df,
selected.genes = NULL,
method = c("spearman", "kendall", "pearson")
)
|
df |
Dataset. |
selected.genes |
User-selected genes (optional). |
method |
Correlation method: 'spearman', 'kendall', or 'pearson'. Default: 'spearman' |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.