cellLineNames-data {NameNeedle} | R 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)
[Package NameNeedle version 1.2.7 Index]