getSequencesWithLargestBetweenGroupVariation {readat}R Documentation

Get sequences with the largest between group variation

Description

Get the sequences with the largest between group variation in mean log intensity.

Usage

getSequencesWithLargestBetweenGroupVariation(x, n = 10,
  group = ~SampleGroup, ...)

Arguments

x

An object of class LongSomaLogicData.

n

An integer of the number of sequences to return, passed to top_n.

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.

Value

A data table with n rows and the following columns.

SeqId

SomaLogic sequence identifier.

VariationBetweenGroups

The largest mean log intensity within a group divided by the smallest mean log intensity within a group.


[Package readat version 1.6.0 Index]