.pheno {CellTrails} | R Documentation |
Returns phenotype values from
SingleCellExperiment
object
.pheno(object, name)
object |
A |
name |
Name of phenotype |
Wrapper for colDat(object)[, name] which also accesses internal metadata (e.g., landmarks).
A vector of any type
Daniel C. Ellwanger