Learn R Programming

CAFE (version 1.8.0)

CAFE_data: CAFE data set

Description

Contains the dataset of GSE6561 and GSE10809 processed by ProcessCels

Usage

data("CAFE_data")

Arguments

Format

A list containing two lists
whole
A list containing a dataframe for each sample
over
A list containing a dataframe for each sample, but with only those probes that are deemed overexpressed
The dataframes inside the lists contain the following columns:
ID
Affymetrix probe IDs
Sym
Gene symbols
Value
Log2 transformed expression values
LogRel
Log2 transformed relative expression values (to the median)
Loc
Chromosomal locations
Chr
Chromosome identifiers

Source

GSE6561: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE6561 GSE10809: https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE10809

Examples

Run this code
data("CAFE_data")

Run the code above in your browser using DataLab