to.matrix: Title Study to matrix

Description Usage Arguments Value Author(s) Examples

View source: R/study.R

Description

Title Study to matrix

Usage

1

Arguments

study

A Study object.

what

get datasets matrix or clinical data matrix. Datasets matrix results from datasets being column binded together. clinical data matrix results from clinical data being row binded together.

Value

The Gene expression matrix of the Study, and if more then one dataset present in the Study, the datasets are column binded.

Author(s)

Schwannden Kuo

Examples

1
2
3
4
data(study.eg)
data(preproc.option)
dataset.matrix <- to.matrix(study.eg)
clinical.matrix <- to.matrix(study.eg, what=TO.MATRIX.clinicals)

metaOmic/preproc documentation built on May 22, 2019, 6:54 p.m.