Description Usage Arguments Value
Convert a WideSomaLogicData
object from wide format to long format.
1 2 |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.