.pheno {CellTrails}R Documentation

GET phenotype values

Description

Returns phenotype values from SingleCellExperiment object

Usage

.pheno(object, name)

Arguments

object

A SingleCellExperiment object

name

Name of phenotype

Details

Wrapper for colDat(object)[, name] which also accesses internal metadata (e.g., landmarks).

Value

A vector of any type

Author(s)

Daniel C. Ellwanger


[Package CellTrails version 1.8.0 Index]