getSequencesWithLargestBetweenGroupVariation: Get sequences with the largest between group variation

Description Usage Arguments Value

View source: R/getSequencesWithLargestBetweenGroupVariation.R

Description

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

Usage

1
2
3
4
5
6

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.


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