ssc.assay.hclust | R Documentation |
sort by hierarchical clustering
ssc.assay.hclust(
obj,
assay.name = "exprs",
order.col = FALSE,
order.row = FALSE,
clustering.distance = "spearman",
clustering.method = "complete",
k.row = 1,
k.col = 1
)
obj |
object of |
assay.name |
character; which assay (default: "exprs") |
order.col |
logical; wheter order columns (default: FALSE) |
order.row |
logical; wheter order row (default: FALSE) |
clustering.distance |
character; one of spearmn, pearson and euclidean (default: "spearman") |
clustering.method |
character; method for hclust (default: "complete") |
k.row |
integer; number of clusters in the rows (default: 1) |
k.col |
integer; number of clusters in the columns (default: 1) |
order genes or cells according the assay, using hclust.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.