cellLineNames-data: Cell Line Names

cellLineNames-dataR Documentation

Cell Line Names

Description

This dataset contains vectors of cell line names that are used to demonstrate how to use the NameNeedle package.

Usage

data(cellLineNames)

Format

This dataset contains four objects: three character vectors (sf2Names, rppaNames, and illuNames) and one factor (illuType).

Details

The three character vectors, sf2Names, rppaNames, and illuNames contain the names of cell lines used in three different but related experiments. The factor, illuType, indicates whether the cell lines named in the illuNames vector were derived from lung cancer (with the value "Lung") or from head and neck cancer ("HNSCC").

Examples

data(cellLineNames)
head(rppaNames)
head(sf2Names)
head(illuNames)
summary(illuType)

NameNeedle documentation built on Aug. 24, 2023, 3:03 p.m.