filter_orthogroups: Filter the orthogroups of a tidygenomes object

View source: R/handlers.R

filter_orthogroupsR Documentation

Filter the orthogroups of a tidygenomes object

Description

This function applies dplyr::filter() to the orthogroups table of a tidygenomes object and subsequently filters other components of the tidygenomes object to retain only the requested orthogroups. This function will not remove genomes that have zero genes left after orthogroup filtering.

Usage

filter_orthogroups(tg, ...)

Arguments

tg

A tidygenomes object

...

Filtering expression to pass on to dplyr::filter()

Value

A tidygenomes object


SWittouck/tidyorthogroups documentation built on Feb. 2, 2023, 12:45 a.m.