Learn R Programming

iDOS (version 1.0.0)

get.test.data: get.test.data

Description

Function to load test data

Usage

get.test.data(data.types = c("mRNA.T", "ann"))

Arguments

data.types
Datatypes to be read Valid datatypes are: mRNA.T, mRNA.N, CNA (includes: log2, calls and fractions), annotations

Value

List of lists containing datasets and respective molecular profiles as matrices

Examples

Run this code

x <- get.test.data(data.types = c("mRNA.T", "mRNA.N", "ann"));

Run the code above in your browser using DataLab