Description Usage Arguments Value Examples
View source: R/mv_interactions.R
Displays a heatmap showing the most variable interactions over all clusters.
1 2 3 4 5 6 7 8 | mv_interactions(
data,
genes,
cluster,
c.names = NULL,
n = 30,
species = c("homo sapiens", "mus musculus")
)
|
data |
a data frame of n rows (genes) and m columns (cells) of read or UMI counts (note : rownames(data)=genes) |
genes |
a character vector of HUGO official gene symbols of length n |
cluster |
a numeric vector of length m |
c.names |
(optional) cluster names |
n |
an integer the number of most variables interactions |
species |
"homo sapiens" or "mus musculus" |
The function displays a heatmap showing the most variable interactions over all clusters
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.