rppaSingleSubgrid-extdata: FOO, BAR, PLUGH, and WALDO expression

Description Format Author(s) Examples

Description

This data set contains the expression levels of four imaginary proteins: FOO, BAR, PLUGH, and WALDO. Each sample on the RPPA slide is printed as a 5-step dilution series. There are 4x12 subgrids on each slide, corresponding to the 48 pins on the printer. Each subgrid contains 11 subrows and 11 subcolumns. Each subrow is composed of two 5-step dilution series from left to right, each series itself from most concentrated to most diluted, and a positive control spot. The eleventh subcolumn is composed of two mirrored 5-step positive control series, with most concentrated on top/bottom and most diluted near the middle; the middle is a negative control (typically blank).

When these slide images were quantified using MicroVigene, the whole slide was treated as a single subgrid (1x1x44x132) to save time (by not having to perform alignment on 48 individual subgrids).

The data set also contains a description of the design of the reverse-phase protein array used in a set of experiments to measure protein levels. The associated MicroVigene datafiles were converted back into their logical format (4x12x11x11) when read to facilitate downstream processing.

Format

The MicroVigene TXT datafiles contain the following columns:

The file ‘proteinAssay.tsv’ contains the following columns:

The file ‘slidedesign.tsv’ contains the following columns:

The file ‘slidedesign-singlesubgrid.tsv’ contains the following columns:

Author(s)

P. Roebuck proebuck@mdanderson.org

Examples

1
2
3
4
5
6
7
8
## Path to raw data directory
extdata.dir <- system.file("extdata", package="SuperCurveSampleData")
rawdata.dir <- file.path(extdata.dir, "rppaSingleSubgridData")
rawdata.dir

## Directory Listing
files <- list.files(rawdata.dir, full.names=TRUE)
files

SuperCurveSampleData documentation built on May 2, 2019, 6:08 p.m.