retrieveTableClustersCells,scRNAseq-method | R Documentation |
Having computed clusterCellsInternal, retrieve to what cluster each cell belongs. The output data.frame can be passed to the method ?addClustering.
retrieveTableClustersCells(theObject)
theObject |
An Object of class scRNASeq for which the cells were clustered internally. See ?clusterCellsInternal. |
A data frame containing two columns 'clusters' and 'cells' indicating the result of the consensus clustering at the cellular level.
Nicolas DESCOSTES.
addClustering
## Object scr containing the results of previous steps load(system.file("extdata/scrFull.Rdat", package="conclus")) ## Retrieving the table clusters-cells. cellClustDf <- retrieveTableClustersCells(scr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.