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

View source: R/DepLogoR.R

filter.by.gapsR Documentation

Filters columns (sequence positions) by gaps

Description

Filters columns (sequence positions) by gaps

Usage

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

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

DepLogo documentation built on May 29, 2024, 9:53 a.m.