recodeClusterZ {celda} | R Documentation |
Recode cell subpopulaton clusters using a mapping in the 'from' and 'to' arguments.
recodeClusterZ(celdaMod, from, to)
celdaMod |
Celda object of class 'celda_C' or 'celda_CG'. |
from |
Numeric vector. Unique values in the range of seq(K) that correspond to the original cluster labels in 'celdaMod'. |
to |
Numeric vector. Unique values in the range of seq(K) that correspond to the new cluster labels. |
Celda object with cell subpopulation clusters, with class corresponding to that of 'celdaMod'.
data(celdaCGMod) celdaModReorderedZ <- recodeClusterZ(celdaCGMod, c(1, 3), c(3, 1))