id_to_cell: Extracts cell name from tidycyte sample ID

Description Usage Arguments Value Examples

View source: R/id_to_cell.R

Description

Utility function that returns the cell name for each id.

Usage

1

Arguments

id

A character string or vector of character strings formatted as an Incucyte sample ID.

Value

A character string or vector of character strings containing the cell name from each sample ID.

Examples

1
df$cell <- id_to_cell(df$id)

hodgeslab/tidycyte documentation built on Dec. 20, 2021, 4:47 p.m.