melt.WideSomaLogicData: Melt a WideSomaLogicData object

Description Usage Arguments Value

View source: R/methods.R

Description

Convert a WideSomaLogicData object from wide format to long format.

Usage

1
2
## S3 method for class 'WideSomaLogicData'
melt(data, ..., na.rm = FALSE, value.name = "Intensity")

Arguments

data

An object of class WideSomaLogicData.

...

Currently unused.

na.rm

TODO

value.name

TODO

Value

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.


graumannlab/readat documentation built on May 16, 2020, 10:15 p.m.