tzTrans {mirTarRnaSeq}R Documentation

tzTransTranspose and z-score transformation

Description

Transposes and z-score transforms a matrix or data.frame.

Usage

tzTrans(x)

Arguments

x

matrix of miRNA or mRNA or the data frame to be transformed

Value

transposed and transformed version of x as a matrix.

Examples

x <- tzTrans(miRNA)

[Package mirTarRnaSeq version 1.0.0 Index]