filter.by.gaps: Filters columns (sequence positions) by gaps

Description Usage Arguments Value Author(s) Examples

View source: R/DepLogoR.R

Description

Filters columns (sequence positions) by gaps

Usage

1
filter.by.gaps(percent.gap)

Arguments

percent.gap

the maximum fraction of gaps allowed to retain a column

Value

function that, given a DLData object, returns TRUE for every column that does not exceed the specified number of gaps

Author(s)

Jan Grau <grau@informatik.uni-halle.de>

Examples

1
fun <- filter.by.gaps(percent.gap = 0.1)

Jstacs/DepLogo documentation built on April 22, 2021, 1:21 a.m.