melt_plate: Melt a data frame from plate format to long format

Description Usage Arguments Value Examples

Description

Melt a data frame from plate format to long format

Usage

1
melt_plate(plt, .id = "content")

Arguments

plt

A data frame representing an assay plate.

.id

The name of the well content column.

Value

A melted (long) data frame.

Examples

1
2
plate <- as.data.frame(matrix(rnorm(96), nrow = 8))
melt_plate(plate)

hemoshear/assayr2 documentation built on Nov. 8, 2019, 6:13 p.m.