DaMiR.transpose: Matrix transposition and replacement of '.' and '-' special...

Description Usage Arguments Value Author(s) Examples

View source: R/helper.R

Description

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

Usage

1

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

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

BioinfoMonzino/DaMiRseq documentation built on Aug. 22, 2021, 3:11 p.m.