DaMiR.transpose {DaMiRseq}R Documentation

Matrix transposition and replacement of '.' and '-' special characters

Description

This function transposes matrix and replaces '.' and '-' special characters.

Usage

DaMiR.transpose(data)

Arguments

data

Matrix of normalized expression data, i.e. transformed counts by vst or rlog. A log2 transformed expression matrix is also accepted

Value

Normalized matrix in which each row is a sample and each column is a feature

Author(s)

Mattia Chiesa, Luca Piacentini

Examples

data(data_norm)
data.transposed <- DaMiR.transpose(assay(data_norm))


[Package DaMiRseq version 2.4.3 Index]