flatten_normal_tiss {GSSTDA}R Documentation

Flatten normal tissues

Description

Given a matrix containing the expression values of n healthy tissue samples, it produces the flattened vector matrix as reported in "Disease-specific genomic analysis: identifying the signature of pathology biology".

Usage

flatten_normal_tiss(normal_tiss)

Arguments

normal_tiss

A normal tissue data gene expression matrix. The columns should be the samples and the rows should be the genes.

Value

A gene expression matrix containing the flattened version of the vectors.

Examples


normal_tissue_matrix <- matrix(stats::rnorm(36), nrow=6)
flatten_normal_tiss(normal_tissue_matrix)


[Package GSSTDA version 0.1.3 Index]