tr {geneExpression} R Documentation

do matrix transpose

Description

Usage

tr(mat);

Arguments

mat

[as Matrix]

Details

Authors

phenotype_kit

Value

a transposed matrix object: the sample columns of the input matrix will become the gene feature rows of the generated matrix and vice versa.

clr value class

Examples


[Package geneExpression version 1.0.0.0 Index]