Description Usage Arguments Value Author(s) Examples
This function transposes matrix and replaces '.' and '-' special characters.
1 |
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
1 2 | data(data_norm)
data.transposed <- DaMiR.transpose(assay(data_norm))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.