Learn R Programming

GSSTDA (version 0.1.3)

flatten_normal_tiss: 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)

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.

Examples

Run this code
# \donttest{
normal_tissue_matrix <- matrix(stats::rnorm(36), nrow=6)
flatten_normal_tiss(normal_tissue_matrix)
# }

Run the code above in your browser using DataLab