getSequencesWithLargestBetweenGroupVariation {readat} | R Documentation |
Get the sequences with the largest between group variation in mean log intensity.
getSequencesWithLargestBetweenGroupVariation(x, n = 10, group = ~SampleGroup, ...)
x |
An object of class LongSomaLogicData. |
n |
An integer of the number of sequences to return, passed to
|
group |
A formula, string or quoted column name of the column that defines the groups to split by. |
... |
Passed to and from methods, but currently unused. |
A data table with n
rows and the following columns.
SomaLogic sequence identifier.
The largest mean log intensity within a
group
divided by the smallest mean log intensity within a
group
.