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)
Value
A gene expression matrix containing the flattened
version of the vectors.
Arguments
normal_tiss
A normal tissue data gene expression matrix.
The columns should be the samples and the rows should be the genes.