Learn R Programming

ToxicoGx (version 0.1.1)

updateCellId: A function to update cell ids

Description

A function to update cell ids

Usage

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

Arguments

tSet

[object] A ToxicoSet object to be updates

new.ids

[character] A character vector of ids to update with

Examples

Run this code
# NOT RUN {
data(TGGATESsmall)
updateCellId(TGGATESsmall, new.ids = cellNames(TGGATESsmall))
# }

Run the code above in your browser using DataLab