filterListGenebags: filterListGenebags

View source: R/filtering.R

filterListGenebagsR Documentation

filterListGenebags

Description

This function filters a list of mgs with gene_id >= a given mgs gene number.

Usage

filterListGenebags(list.genebags, size.min = 0, size.max = 15000)

Arguments

list.genebags

: a list of genebags that needs to be filtered

size.min

: the minimal size threshold above which mgs are selected, default 0

size.max

: the maximal size threshold above which mgs are selected, default 15000

Details

filterListGenebags

Value

a list of selected genebags with their original elements (usually geneids)

Note

This is the former filterListMGS function

Author(s)

Emmanuelle Le Chatelier


eprifti/momr documentation built on Sept. 27, 2022, 3:36 a.m.