updateCellId {ToxicoGx}R Documentation

A function to update cell ids

Description

A function to update cell ids

Usage

updateCellId(tSet, new.ids = vector("character"))

Arguments

tSet

A ToxicoSet object to be updates

new.ids

A character vector of ids to update with

Value

none Updates the cell ids in the ToxicoSet

Examples

data(TGGATESsmall)
updateCellId(TGGATESsmall, new.ids = cellNames(TGGATESsmall))


[Package ToxicoGx version 1.3.5 Index]