ColonData: Example dataset for meta-analysis of microarray

Description Usage Format Source Examples

Description

This is an example dataset for meta-analysis of microarray. It has been created from three datasets form Gene Expression Omnibus (GSE13067, GSE13294 and GSE4554). The data have been normalized, log2-transformed and only random selection of 500 gene is included.

Usage

1

Format

The format is: Formal class 'MetaArray' [package "MAMA"] with 3 slots ..@ GEDM :List of 3 .. ..$ : num [1:500, 1:77] 2.49 3.87 2.95 6.39 6.06 ... .. .. ..- attr(*, "dimnames")=List of 2 .. .. .. ..$ : chr [1:500] "217562_at" "203766_s_at" "1554394_at" "212662_at" ... .. .. .. ..$ : chr [1:77] "GSM335574" "GSM335645" "GSM335546" "GSM335623" ... .. ..$ : num [1:500, 1:36] 3.24 5.32 3.24 7.24 4.75 ... .. .. ..- attr(*, "dimnames")=List of 2 .. .. .. ..$ : chr [1:500] "217562_at" "203766_s_at" "1554394_at" "212662_at" ... .. .. .. ..$ : chr [1:36] "GSM327331" "GSM327282" "GSM327313" "GSM327353" ... .. ..$ : num [1:500, 1:41] 0.595 3 1.618 4.668 2.887 ... .. .. ..- attr(*, "dimnames")=List of 2 .. .. .. ..$ : chr [1:500] "217562_at" "203766_s_at" "1554394_at" "212662_at" ... .. .. .. ..$ : chr [1:41] "GSM101849" "GSM101851" "GSM101857" "GSM101799" ... ..@ clinical :List of 3 .. ..$ :'data.frame': 77 obs. of 1 variable: .. .. ..$ satelite: Factor w/ 2 levels "MSI","MSS": 1 1 1 1 1 1 1 1 1 1 ... .. ..$ :'data.frame': 36 obs. of 1 variable: .. .. ..$ satelite: Factor w/ 2 levels "MSI","MSS": 1 1 1 1 1 2 2 2 2 2 ... .. ..$ :'data.frame': 41 obs. of 2 variables: .. .. ..$ position: Factor w/ 3 levels "distal","proximal",..: 2 1 2 2 1 3 2 2 1 2 ... .. .. ..$ satelite: Factor w/ 2 levels "MSI","MSS": 1 1 1 1 1 1 1 1 1 1 ... ..@ datanames: chr [1:3] "denmark" "australia" "japan"

Source

http://www.ncbi.nlm.nih.gov/geo/

Examples

1
2

Example output

Loading required package: genefilter
Loading required package: metaMA

Attaching package: 'metaMA'

The following object is masked from 'package:genefilter':

    rowVars

Loading required package: xtable
Loading required package: multtest
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, cbind, colMeans, colSums, colnames, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, lengths, mapply, match, mget, order, paste, pmax, pmax.int,
    pmin, pmin.int, rank, rbind, rowMeans, rowSums, rownames, sapply,
    setdiff, sort, table, tapply, union, unique, unsplit, which,
    which.max, which.min

Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Loading required package: gtools
Loading required package: grid
Loading required package: GeneMeta

Attaching package: 'MAMA'

The following objects are masked from 'package:GeneMeta':

    multExpFDR, zScoreFDR, zScorePermuted, zScores

Warning message:
system call failed: Cannot allocate memory 

MAMA documentation built on Jan. 15, 2017, 3:05 p.m.

Related to ColonData in MAMA...