parallel.melt: Melt multiple sets of columns in parallel
Description
Essentially this is a wrapper around reshape2::melt.data.frame that
is able to cbind several melt operations. This is useful when a wide
data frame contains uncertainty or flag information in paired columns.