DepLogo (version 1.2.1)

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

Description

Filters columns (sequence positions) by gaps

Usage

filter.by.gaps(percent.gap)

Value

function that, given a DLData object, returns TRUE

for every column that does not exceed the specified number of gaps

Arguments

percent.gap

the maximum fraction of gaps allowed to retain a column

Author

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

Examples

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

Run the code above in your browser using DataLab