vsg_max: Find the highest expressed VSG

View source: R/vsg_max.R

vsg_maxR Documentation

Find the highest expressed VSG

Description

Find the most highly expressed VSG in a designated group.

Usage

vsg_max(df, ...)

Arguments

df

A data frame, usually containing VSGSeq results data.

...

A set of columns to 'group_by'. These arguments are passed into dplyr::group_by function.

Value

Returns a date frame with the rows of VSGs with the maximum Percent value based on the group_by arguments.

Examples

vsg_max(results_df, mouse, tissue, day)

ABeav/vsgseqtools documentation built on Jan. 26, 2024, 7:22 p.m.