chmNewDataset: Create a new Dataset for a NGCHM.

View source: R/functions.R

chmNewDatasetR Documentation

Create a new Dataset for a NGCHM.

Description

This function creates a new Dataset suitable for attaching to a Next Generation Clustered Heat Map.

Usage

chmNewDataset(
  name,
  description,
  data,
  row.type = NULL,
  column.type = NULL,
  row.covariates = NULL,
  column.covariates = NULL
)

Arguments

name

The filename prefix under which the dataset will be saved to the ngchm.

description

A description of the dataset.

data

A matrix containing the data in the dataset. Must have rownames and colnames.

row.type

The type, if any, of the dataset rows.

column.type

The type, if any, of the dataset columns.

row.covariates

An optional list of row covariates.

column.covariates

An optional list of column covariates.

Value

An object of class ngchmDataset

See Also

ngchmDataset

ngchmCovariate

chmAddDataset()


MD-Anderson-Bioinformatics/NGCHM-R documentation built on April 1, 2024, 12:34 p.m.