change a matrix with so many columns to less columns and put the column variables on rows

PHOTO EMBED

Wed Feb 14 2024 01:01:28 GMT+0000 (Coordinated Universal Time)

Saved by @Mostafa_malmir #bash

# Plot Box plots.
ff = cbind( cellType = rownames(f1), color = colorCodes[1:13], f1[, 2:10] )
ff = melt( ff, measure.vars = 3:11)
content_copyCOPY