Description Usage Arguments Examples
This function allows you to cluster genes in your dataset by expression correlation.
1 2 3 4 5 | gene.clustering(
df,
selected.genes = NULL,
cor.method = c("spearman", "kendall", "pearson")
)
|
df |
Dataset. |
selected.genes |
User-selected genes (optional). |
cor.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.