DaMiR.transpose {DaMiRseq} | R Documentation |
This function transposes matrix and replaces '.' and '-' special characters.
DaMiR.transpose(data)
data |
Matrix of normalized expression data, i.e. transformed counts by vst or rlog. A log2 transformed expression matrix is also accepted |
Normalized matrix in which each row is a sample and each column is a feature
Mattia Chiesa, Luca Piacentini
data(data_norm) data.transposed <- DaMiR.transpose(assay(data_norm))