data.checkDistribution {CancerSubtypes}R Documentation

Data check distribution

Description

Data check distribution

Usage

data.checkDistribution(Data)

Arguments

Data

A matrix representing the genomic data such as gene expression data, miRNA expression data.
For the matrix, the rows represent the genomic features, and the columns represent the samples.

Value

A plot describes the mean, variance and Median Absolute Deviation (MAD) distribution of features.

Examples

data(GeneExp)
data.checkDistribution(GeneExp)

[Package CancerSubtypes version 1.18.0 Index]