calculateClustersSimilarity,scRNAseq-method | R Documentation |
Having computed cells similarity, pools information into clusters.
calculateClustersSimilarity(theObject, clusteringMethod = "ward.D2")
theObject |
An Object of class scRNASeq for which the count matrix was normalized (see ?normaliseCountMatrix), tSNE were calculated (see ?generateTSNECoordinates), dbScan was run (see ?runDBSCAN), and cells were clustered (see ?clusterCellsInternal). |
clusteringMethod |
Clustering method passed to hclust() function. See ?hclust for a list of method. Default = "ward.D2". |
An object of class scRNASeq with its clustersSimilarityMatrix and clustersSimiliratyOrdered slots updated.
Ilyess RACHEDI, based on code by Polina PAVLOVICH and Nicolas DESCOSTES.
plotClustersSimilarity
## Object scr containing the results of previous steps load(system.file("extdata/scrFull.Rdat", package="conclus")) ## Calculate clusters similarity scr <- calculateClustersSimilarity(scr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.