| melt.WideSomaLogicData {readat} | R Documentation |
Convert a WideSomaLogicData object from wide format to long format.
## S3 method for class 'WideSomaLogicData' melt(data, ..., na.rm = FALSE, value.name = "Intensity")
data |
An object of class |
... |
Currently unused. |
na.rm |
TODO |
value.name |
TODO |
An object of class LongSomaLogicData that inherits from
data.frame.
This function melts the sample data contained in a WideSomaLogicData
object so the sequence IDs are contained in a single column SeqID,
with the corresponding intensities in a single column named Intensity.
the SequenceData attribute of the input is then merged into this.
the Metadata and Checksum attributes are preserved.