Learn R Programming

NameNeedle (version 1.2.7)

cellLineNames-data: 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)

Arguments

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

Run this code
data(cellLineNames)
head(rppaNames)
head(sf2Names)
head(illuNames)
summary(illuType)

Run the code above in your browser using DataLab