Description Usage Arguments Value
View source: R/getSequencesWithLargestBetweenGroupVariation.R
Get the sequences with the largest between group variation in mean log intensity.
1 2 | 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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.