vsg_max | R Documentation |
Find the most highly expressed VSG in a designated group.
vsg_max(df, ...)
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. |
Returns a date frame with the rows of VSGs with the maximum Percent value based on the group_by arguments.
vsg_max(results_df, mouse, tissue, day)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.