sc3min_calc_consens: Calculate consensus matrix.

Description Usage Arguments Details Value

Description

This function calculates consensus matrices based on the clustering solutions contained in the kmeans item of the sc3min slot of the metadata(object). It then creates and populates the consensus item of the sc3min slot with consensus matrices, their hierarchical clusterings in hclust objects, and Silhouette indeces of the clusters. It also removes the previously calculated kmeans clusterings from the sc3min slot, as they are not needed for further analysis.

Usage

1
2
3
4
sc3min_calc_consens.SingleCellExperiment(object)

## S4 method for signature 'SingleCellExperiment'
sc3min_calc_consens(object)

Arguments

object

an object of SingleCellExperiment class

Details

Additionally, it also adds new columns to the colData slot of the input object. The column names correspond to the consensus cell labels and have the following format: sc3min_k_clusters, where k is the number of clusters.

Value

an object of SingleCellExperiment class


brickyyyy/SC3min documentation built on May 8, 2019, 8:07 a.m.